mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
Trip.Leg is supposed to be subclassed.
This commit is contained in:
parent
4b873b60f5
commit
d9098fc927
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ public final class Trip implements Serializable
|
|||
return getId().hashCode();
|
||||
}
|
||||
|
||||
public static class Leg implements Serializable
|
||||
public abstract static class Leg implements Serializable
|
||||
{
|
||||
private static final long serialVersionUID = 8498461220084523265L;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue