Whoops. Need the right modifiers.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1651 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ActionSequence.java,v 1.6 2002/08/19 22:28:05 mdb Exp $
|
||||
// $Id: ActionSequence.java,v 1.7 2002/08/19 22:58:15 mdb Exp $
|
||||
|
||||
package com.threerings.cast;
|
||||
|
||||
@@ -50,5 +50,5 @@ public class ActionSequence implements Serializable
|
||||
|
||||
/** Increase this value when object's serialized state is impacted by
|
||||
* a class change (modification of fields, inheritance). */
|
||||
private long serialVersionUID = 1;
|
||||
private static final long serialVersionUID = 1;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: CharacterComponent.java,v 1.7 2002/08/19 22:28:05 mdb Exp $
|
||||
// $Id: CharacterComponent.java,v 1.8 2002/08/19 22:58:15 mdb Exp $
|
||||
|
||||
package com.threerings.cast;
|
||||
|
||||
@@ -76,5 +76,5 @@ public class CharacterComponent implements Serializable
|
||||
|
||||
/** Increase this value when object's serialized state is impacted by
|
||||
* a class change (modification of fields, inheritance). */
|
||||
private long serialVersionUID = 1;
|
||||
private static final long serialVersionUID = 1;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ComponentClass.java,v 1.3 2002/08/19 22:28:05 mdb Exp $
|
||||
// $Id: ComponentClass.java,v 1.4 2002/08/19 22:58:15 mdb Exp $
|
||||
|
||||
package com.threerings.cast;
|
||||
|
||||
@@ -82,5 +82,5 @@ public class ComponentClass implements Serializable
|
||||
|
||||
/** Increase this value when object's serialized state is impacted by
|
||||
* a class change (modification of fields, inheritance). */
|
||||
private long serialVersionUID = 1;
|
||||
private static final long serialVersionUID = 1;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: TrimmedTileSet.java,v 1.4 2002/08/19 22:28:05 mdb Exp $
|
||||
// $Id: TrimmedTileSet.java,v 1.5 2002/08/19 22:58:15 mdb Exp $
|
||||
|
||||
package com.threerings.media.tile;
|
||||
|
||||
@@ -97,5 +97,5 @@ public class TrimmedTileSet extends TileSet
|
||||
|
||||
/** Increase this value when object's serialized state is impacted by
|
||||
* a class change (modification of fields, inheritance). */
|
||||
private long serialVersionUID = 1;
|
||||
private static final long serialVersionUID = 1;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: TileSetBundle.java,v 1.8 2002/08/19 22:28:05 mdb Exp $
|
||||
// $Id: TileSetBundle.java,v 1.9 2002/08/19 22:58:15 mdb Exp $
|
||||
|
||||
package com.threerings.media.tile.bundle;
|
||||
|
||||
@@ -123,5 +123,5 @@ public class TileSetBundle extends HashIntMap
|
||||
|
||||
/** Increase this value when object's serialized state is impacted by
|
||||
* a class change (modification of fields, inheritance). */
|
||||
private long serialVersionUID = 1;
|
||||
private static final long serialVersionUID = 1;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: FringeConfiguration.java,v 1.12 2002/08/19 22:28:05 mdb Exp $
|
||||
// $Id: FringeConfiguration.java,v 1.13 2002/08/19 22:58:15 mdb Exp $
|
||||
|
||||
package com.threerings.miso.tile;
|
||||
|
||||
@@ -132,5 +132,5 @@ public class FringeConfiguration implements Serializable
|
||||
|
||||
/** Increase this value when object's serialized state is impacted by
|
||||
* a class change (modification of fields, inheritance). */
|
||||
private long serialVersionUID = 1;
|
||||
private static final long serialVersionUID = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user