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: * *