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
This commit is contained in:
Ray Greenwell
2006-02-09 03:40:16 +00:00
parent 3f9c6c6081
commit 90063d85cc
@@ -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
{
}