Trip.Leg is supposed to be subclassed.

This commit is contained in:
Andreas Schildbach 2014-08-15 19:01:09 +02:00
parent 4b873b60f5
commit d9098fc927

View file

@ -204,7 +204,7 @@ public final class Trip implements Serializable
return getId().hashCode(); return getId().hashCode();
} }
public static class Leg implements Serializable public abstract static class Leg implements Serializable
{ {
private static final long serialVersionUID = 8498461220084523265L; private static final long serialVersionUID = 8498461220084523265L;