mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 17:39:49 +00:00
fixed serialization backwards compatibility
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@620 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
653d590e1b
commit
96d501cee9
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ import java.io.Serializable;
|
|||
*/
|
||||
public final class Location implements Serializable
|
||||
{
|
||||
private static final long serialVersionUID = 2168486169241327168L;
|
||||
|
||||
public final LocationType type;
|
||||
public final int id;
|
||||
public final int lat, lon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue