mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +00:00
fixed InvalidClassException
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@839 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
0606b6379b
commit
b089e441e3
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ public final class Connection implements Serializable
|
|||
|
||||
public final static class Trip extends Part
|
||||
{
|
||||
private static final long serialVersionUID = 1312066446239817422L;
|
||||
|
||||
public final Line line;
|
||||
public final Location destination;
|
||||
public final Date departureTime; // TODO rename to plannedDepartureTime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue