From f2eeab0581c41c0e3a908c4343d5d88322b347f5 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Tue, 22 Jul 2008 23:12:55 +0000 Subject: [PATCH] Truth in commenting. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5257 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/io/Streamable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/io/Streamable.java b/src/java/com/threerings/io/Streamable.java index 62b9c7a38..dc6038392 100644 --- a/src/java/com/threerings/io/Streamable.java +++ b/src/java/com/threerings/io/Streamable.java @@ -26,7 +26,7 @@ package com.threerings.io; * instances and read from {@link ObjectInputStream} instances. * *

All non-transient 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: * *