mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 08:40:29 +00:00
fixed InvalidClassException
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@890 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
d0a85e7e6f
commit
0c5e091bec
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ import java.io.Serializable;
|
|||
*/
|
||||
public class Style implements Serializable
|
||||
{
|
||||
private static final long serialVersionUID = 7145603493425043304L;
|
||||
|
||||
public final Shape shape;
|
||||
public final int backgroundColor;
|
||||
public final int foregroundColor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue