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:
Ray Greenwell
2006-08-25 01:57:38 +00:00
parent 3182d9d7a9
commit 64550318e9
@@ -197,5 +197,5 @@ public class SceneUpdate
protected transient int _targetVersion; protected transient int _targetVersion;
/** Used when serializing this update for storage in the database. */ /** Used when serializing this update for storage in the database. */
protected static ThreadLocal _dbSer = new ThreadLocal(); protected static ThreadLocal<Boolean> _dbSer = new ThreadLocal<Boolean>();
} }