Removed some code that only needs to be on the server-side.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4360 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -31,11 +31,9 @@ public /* abstract */ class UpstreamMessage
|
||||
}
|
||||
|
||||
// documentation inherited from interface Streamable
|
||||
public function readObject (ins :ObjectInputStream) :void
|
||||
public final function readObject (ins :ObjectInputStream) :void
|
||||
{
|
||||
Log.getLog(this).warning(
|
||||
"This is client code: Upstream messages shouldn't be read");
|
||||
//messageId = ins.readShort();
|
||||
throw new Error(); // abstract: not needed
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user