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: 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;
}