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:
Michael Bayne
2002-08-19 22:58:15 +00:00
parent 4cbd454b24
commit 11d84452bb
6 changed files with 12 additions and 12 deletions
@@ -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;
}