Oh how I love to fiddle with the serialVersionUID.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2157 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: BaseTileSet.java,v 1.11 2003/01/13 22:55:12 mdb Exp $
|
||||
// $Id: BaseTileSet.java,v 1.12 2003/01/15 09:11:37 mdb Exp $
|
||||
|
||||
package com.threerings.miso.tile;
|
||||
|
||||
@@ -49,4 +49,8 @@ public class BaseTileSet extends SwissArmyTileSet
|
||||
|
||||
/** Whether each tile is passable. */
|
||||
protected boolean[] _passable;
|
||||
|
||||
/** Increase this value when object's serialized state is impacted by
|
||||
* a class change (modification of fields, inheritance). */
|
||||
private static final long serialVersionUID = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user