Removed unneeded imports.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@100 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,14 +1,11 @@
|
|||||||
//
|
//
|
||||||
// $Id: ObjectAddedEvent.java,v 1.1 2001/07/21 01:06:48 mdb Exp $
|
// $Id: ObjectAddedEvent.java,v 1.2 2001/07/21 01:09:55 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.cocktail.cher.dobj;
|
package com.threerings.cocktail.cher.dobj;
|
||||||
|
|
||||||
import java.io.DataInputStream;
|
import java.io.DataInputStream;
|
||||||
import java.io.DataOutputStream;
|
import java.io.DataOutputStream;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.lang.reflect.Method;
|
|
||||||
|
|
||||||
import com.threerings.cocktail.cher.dobj.io.ValueMarshaller;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An object added event is dispatched when an object is added to an
|
* An object added event is dispatched when an object is added to an
|
||||||
|
|||||||
@@ -1,14 +1,11 @@
|
|||||||
//
|
//
|
||||||
// $Id: ObjectRemovedEvent.java,v 1.1 2001/07/21 01:06:48 mdb Exp $
|
// $Id: ObjectRemovedEvent.java,v 1.2 2001/07/21 01:09:55 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.cocktail.cher.dobj;
|
package com.threerings.cocktail.cher.dobj;
|
||||||
|
|
||||||
import java.io.DataInputStream;
|
import java.io.DataInputStream;
|
||||||
import java.io.DataOutputStream;
|
import java.io.DataOutputStream;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.lang.reflect.Method;
|
|
||||||
|
|
||||||
import com.threerings.cocktail.cher.dobj.io.ValueMarshaller;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An object removed event is dispatched when an object is removed from an
|
* An object removed event is dispatched when an object is removed from an
|
||||||
|
|||||||
Reference in New Issue
Block a user