diff --git a/src/as/com/threerings/io/ObjectInputStream.as b/src/as/com/threerings/io/ObjectInputStream.as index 5d21db8e5..d80000101 100644 --- a/src/as/com/threerings/io/ObjectInputStream.as +++ b/src/as/com/threerings/io/ObjectInputStream.as @@ -70,6 +70,19 @@ public class ObjectInputStream * @param checkType optional type to check the read object against * @return the Object read, or null. * @throws TypeError if the object is read successfully but is the wrong type + * + * @example + *