Prune spurious semicolons

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5917 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2009-08-17 21:45:13 +00:00
parent a3b20e176b
commit b04e27f8fa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -493,7 +493,7 @@ public class Streamer
}
/** Used to coerce the type system into quietude when reading enums from the wire. */
protected static enum EnumReader { NOT_USED };
protected static enum EnumReader { NOT_USED }
/** The class for which this streamer instance is configured. */
protected Class<?> _target;