More style cleanup.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5249 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -212,7 +212,7 @@ public abstract class FieldMarshaller
|
||||
protected static void createMarshallers ()
|
||||
{
|
||||
// create our table
|
||||
_marshallers = new HashMap<Class,FieldMarshaller>();
|
||||
_marshallers = new HashMap<Class, FieldMarshaller>();
|
||||
|
||||
// create a generic marshaller for streamable instances
|
||||
FieldMarshaller gmarsh = new FieldMarshaller() {
|
||||
@@ -354,7 +354,7 @@ public abstract class FieldMarshaller
|
||||
}
|
||||
|
||||
/** Contains a mapping from field type to field marshaller instance for that type. */
|
||||
protected static HashMap<Class,FieldMarshaller> _marshallers;
|
||||
protected static HashMap<Class, FieldMarshaller> _marshallers;
|
||||
|
||||
/** Defines the signature to a custom field reader method. */
|
||||
protected static final Class[] READER_ARGS = { ObjectInputStream.class };
|
||||
|
||||
Reference in New Issue
Block a user