Fixed javadoc @see.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@203 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ValueMarshaller.java,v 1.1 2001/06/12 02:57:30 mdb Exp $
|
// $Id: ValueMarshaller.java,v 1.2 2001/08/09 00:59:53 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.cocktail.cher.dobj.io;
|
package com.threerings.cocktail.cher.dobj.io;
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ public class ValueMarshaller
|
|||||||
* The value must be one of the valid distributed object attribute
|
* The value must be one of the valid distributed object attribute
|
||||||
* types.
|
* types.
|
||||||
*
|
*
|
||||||
* @see DObject
|
* @see com.threerings.cocktail.cher.dobj.DObject
|
||||||
* @see #readFrom
|
* @see #readFrom
|
||||||
*/
|
*/
|
||||||
public static void writeTo (DataOutputStream out, Object value)
|
public static void writeTo (DataOutputStream out, Object value)
|
||||||
|
|||||||
Reference in New Issue
Block a user