readField() also gets an untyped return type.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5989 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-11-06 23:09:26 +00:00
parent c88ca10d26
commit 6c65caeb1b
@@ -176,7 +176,7 @@ public class ObjectInputStream
* @param type either a String representing the java type,
* or a Class object representing the actionscript type.
*/
public function readField (type :Object) :Object
public function readField (type :Object) :*
//throws IOError
{
if (!readBoolean()) {