Documentation repairs.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1842 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-10-27 18:49:51 +00:00
parent 4b97ff9916
commit 14a313486b
7 changed files with 21 additions and 19 deletions
@@ -1,5 +1,5 @@
//
// $Id: FieldMarshaller.java,v 1.1 2002/07/23 05:42:34 mdb Exp $
// $Id: FieldMarshaller.java,v 1.2 2002/10/27 18:49:51 mdb Exp $
package com.threerings.io;
@@ -97,7 +97,7 @@ public abstract class FieldMarshaller
/**
* Creates instances of all known field marshaller types and populates
* the {@link _marshallers} table with them. This is called the first
* the {@link #_marshallers} table with them. This is called the first
* time a marshaller is requested.
*/
protected static void createMarshallers ()