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:
@@ -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>.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user