From 90063d85ccb7458453f909f6a481af0dfb18db09 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 9 Feb 2006 03:40:16 +0000 Subject: [PATCH] Missed a spot (there's no 'throws' in actionscript..). git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3843 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/presents/net/Credentials.as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/as/com/threerings/presents/net/Credentials.as b/src/as/com/threerings/presents/net/Credentials.as index 0b6964a73..9f1eb5d08 100644 --- a/src/as/com/threerings/presents/net/Credentials.as +++ b/src/as/com/threerings/presents/net/Credentials.as @@ -13,13 +13,13 @@ public class Credentials // documentation inherited from interface Streamable public function writeObject (out :ObjectOutputStream) :void - throws IOError + //throws IOError { } // documentation inherited from interface Streamable public function readObject (in :ObjectInputStream) :void - throws IOError + //throws IOError { }