Javadoc warnings cleanups.
Note: this involves generated code from a samskivert patch I only just sent to mdb, but he's in a meeting, so that won't show up for a little. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5369 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -182,7 +182,7 @@ public class ObjectInputStream extends DataInputStream
|
||||
|
||||
/**
|
||||
* Reads an object from the input stream that was previously written with {@link
|
||||
* ObjectOutputStream#writeBareObject}.
|
||||
* ObjectOutputStream#writeBareObject(Object)}.
|
||||
*
|
||||
* @param object the object to be populated from data on the stream. It cannot be
|
||||
* <code>null</code>.
|
||||
@@ -195,7 +195,7 @@ public class ObjectInputStream extends DataInputStream
|
||||
|
||||
/**
|
||||
* Reads an object from the input stream that was previously written with {@link
|
||||
* ObjectOutputStream#writeBareObject}.
|
||||
* ObjectOutputStream#writeBareObject(Object,Streamer,boolean)}.
|
||||
*/
|
||||
protected void readBareObject (Object object, Streamer streamer, boolean useReader)
|
||||
throws IOException, ClassNotFoundException
|
||||
|
||||
@@ -154,7 +154,7 @@ public class ObjectOutputStream extends DataOutputStream
|
||||
* Writes a {@link Streamable} instance or one of the support object types <em>without
|
||||
* associated class metadata</em> to the output stream. The caller is responsible for knowing
|
||||
* the exact class of the written object, creating an instance of such and calling {@link
|
||||
* ObjectInputStream#readBareObject} to read its data from the stream.
|
||||
* ObjectInputStream#readBareObject(Object)} to read its data from the stream.
|
||||
*
|
||||
* @param object the object to be written. It cannot be <code>null</code>.
|
||||
*/
|
||||
|
||||
@@ -26,7 +26,7 @@ import com.threerings.util.ActionScript;
|
||||
|
||||
/**
|
||||
* A simple serializable object implements the {@link Streamable}
|
||||
* interface and provides a default {@link #toString} implementation which
|
||||
* interface and provides a default {@link Object#toString} implementation which
|
||||
* outputs all public members.
|
||||
*/
|
||||
public class SimpleStreamableObject implements Streamable
|
||||
|
||||
@@ -27,7 +27,7 @@ import com.threerings.util.TrackedObject;
|
||||
|
||||
/**
|
||||
* A simple serializable object implements the {@link Streamable}
|
||||
* interface and provides a default {@link #toString} implementation which
|
||||
* interface and provides a default {@link Object#toString} implementation which
|
||||
* outputs all public members.
|
||||
*/
|
||||
public class TrackedStreamableObject extends TrackedObject
|
||||
|
||||
Reference in New Issue
Block a user