Nixed old temporary code.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4256 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -297,13 +297,7 @@ public class BasicStreamers
|
||||
public Object createObject (ObjectInputStream in)
|
||||
throws IOException
|
||||
{
|
||||
try {
|
||||
return in.readUTF();
|
||||
} catch (java.io.EOFException eofe) {
|
||||
// TODO: remove all this and just return in.readUTF();
|
||||
System.err.println("Hack: read EOF as null.");
|
||||
return null;
|
||||
}
|
||||
return in.readUTF();
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
|
||||
Reference in New Issue
Block a user