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:
@@ -199,8 +199,6 @@ public abstract class Streamer
|
|||||||
*/
|
*/
|
||||||
public abstract void readObject (Object object, ObjectInputStream in, boolean useReader)
|
public abstract void readObject (Object object, ObjectInputStream in, boolean useReader)
|
||||||
throws IOException, ClassNotFoundException;
|
throws IOException, ClassNotFoundException;
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString ()
|
public String toString ()
|
||||||
|
|||||||
Reference in New Issue
Block a user