At some point a blank initializer snuck in here,

wearing the camouflage of being an empty method body.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6564 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2011-03-30 03:54:56 +00:00
parent a36030d8a5
commit 56155507d8
@@ -199,8 +199,6 @@ public abstract class Streamer
*/
public abstract void readObject (Object object, ObjectInputStream in, boolean useReader)
throws IOException, ClassNotFoundException;
{
}
@Override
public String toString ()