And another.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4564 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -123,7 +123,6 @@ public abstract class FieldMarshaller
|
||||
FieldMarshaller gmarsh = new FieldMarshaller() {
|
||||
public void readField (Field field, Object target, ObjectInputStream in)
|
||||
throws Exception {
|
||||
System.err.println("Reading generic");
|
||||
field.set(target, in.readObject());
|
||||
}
|
||||
public void writeField (Field field, Object source, ObjectOutputStream out)
|
||||
|
||||
Reference in New Issue
Block a user