readExternal() should have been called readFrom().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@289 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-08-21 19:33:38 +00:00
parent 67a3dabac2
commit 9ce3d894bd
@@ -1,5 +1,5 @@
// //
// $Id: EntryRemovedEvent.java,v 1.3 2001/08/16 03:45:43 mdb Exp $ // $Id: EntryRemovedEvent.java,v 1.4 2001/08/21 19:33:38 mdb Exp $
package com.threerings.cocktail.cher.dobj; package com.threerings.cocktail.cher.dobj;
@@ -90,7 +90,7 @@ public class ElementRemovedEvent extends TypedEvent
ValueMarshaller.writeTo(out, _key); ValueMarshaller.writeTo(out, _key);
} }
public void readExternal (DataInputStream in) public void readFrom (DataInputStream in)
throws IOException throws IOException
{ {
super.readFrom(in); super.readFrom(in);