A little type safety.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@62 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -197,5 +197,5 @@ public class SceneUpdate
|
||||
protected transient int _targetVersion;
|
||||
|
||||
/** Used when serializing this update for storage in the database. */
|
||||
protected static ThreadLocal _dbSer = new ThreadLocal();
|
||||
protected static ThreadLocal<Boolean> _dbSer = new ThreadLocal<Boolean>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user