Need to create a hash map for our marshaller cache.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@914 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: Marshaller.java,v 1.8 2002/02/01 23:32:37 mdb Exp $
|
// $Id: Marshaller.java,v 1.9 2002/02/02 01:07:20 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.presents.io;
|
package com.threerings.presents.io;
|
||||||
|
|
||||||
@@ -175,7 +175,7 @@ public class Marshaller
|
|||||||
|
|
||||||
/** A table of instantiated marshallers for our various marshalled
|
/** A table of instantiated marshallers for our various marshalled
|
||||||
* classes. */
|
* classes. */
|
||||||
protected static HashMap _marshcache;
|
protected static HashMap _marshcache = new HashMap();
|
||||||
|
|
||||||
/** We use this to sort the fields into a predictable order. */
|
/** We use this to sort the fields into a predictable order. */
|
||||||
protected static final FieldComparator FIELD_COMP = new FieldComparator();
|
protected static final FieldComparator FIELD_COMP = new FieldComparator();
|
||||||
|
|||||||
Reference in New Issue
Block a user