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:
@@ -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
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user