From 00c4777460a958a90a0984e968d3eb029593cdc0 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Fri, 6 Nov 2009 21:50:21 +0000 Subject: [PATCH] Example text. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5987 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/io/ObjectInputStream.as | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/as/com/threerings/io/ObjectInputStream.as b/src/as/com/threerings/io/ObjectInputStream.as index d80000101..6e9bd59a9 100644 --- a/src/as/com/threerings/io/ObjectInputStream.as +++ b/src/as/com/threerings/io/ObjectInputStream.as @@ -71,7 +71,8 @@ public class ObjectInputStream * @return the Object read, or null. * @throws TypeError if the object is read successfully but is the wrong type * - * @example + * @example This demonstrates how to type-check the objects read off the stream without + * having to cast them. * * * public function readObject (ins :ObjectInputStream) :void