Fixed javadoc.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@947 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-02-06 22:47:28 +00:00
parent e6003b2b3d
commit 670f3a71c3
@@ -1,5 +1,5 @@
//
// $Id: DObject.java,v 1.37 2002/02/05 22:27:26 mdb Exp $
// $Id: DObject.java,v 1.38 2002/02/06 22:47:28 mdb Exp $
package com.threerings.presents.dobj;
@@ -438,9 +438,7 @@ public class DObject
}
/**
* Generates a string representation of this object by calling the
* overridable {@link #toString(StringBuffer)} which builds up the
* string in a manner friendly to derived classes.
* Generates a string representation of this object.
*/
public String toString ()
{