Removed unnecessary import.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@32 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-06-11 17:20:36 +00:00
parent cd9135171a
commit a1b7b00db3
2 changed files with 2 additions and 4 deletions
@@ -1,5 +1,5 @@
//
// $Id: DownstreamMessage.java,v 1.5 2001/05/30 23:58:31 mdb Exp $
// $Id: DownstreamMessage.java,v 1.6 2001/06/11 17:20:36 mdb Exp $
package com.threerings.cocktail.cher.net;
@@ -8,7 +8,6 @@ import java.io.DataInputStream;
import java.io.DataOutputStream;
import com.threerings.cocktail.cher.io.TypedObject;
import com.threerings.cocktail.cher.io.TypedObjectFactory;
/**
* The <code>DownstreamMessage</code> class encapsulates a message in the
@@ -1,5 +1,5 @@
//
// $Id: UpstreamMessage.java,v 1.5 2001/05/30 23:58:31 mdb Exp $
// $Id: UpstreamMessage.java,v 1.6 2001/06/11 17:20:36 mdb Exp $
package com.threerings.cocktail.cher.net;
@@ -8,7 +8,6 @@ import java.io.DataInputStream;
import java.io.DataOutputStream;
import com.threerings.cocktail.cher.io.TypedObject;
import com.threerings.cocktail.cher.io.TypedObjectFactory;
/**
* The <code>UpstreamMessage</code> class encapsulates a message in the