Truth in commenting.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5257 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2008-07-22 23:12:55 +00:00
parent 1b29e41129
commit f2eeab0581
+1 -1
View File
@@ -26,7 +26,7 @@ package com.threerings.io;
* instances and read from {@link ObjectInputStream} instances.
*
* <p> All non-<code>transient</code> fields will be automatically written and restored for a
* {@link Streamable} instance. Classes that wish to stream non-public fields or customize the
* {@link Streamable} instance. Classes that wish to stream transient fields or customize the
* streaming process should implement methods with the following signatures:
*
* <p><code>