Redundant super interface
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@906 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -25,8 +25,6 @@ import java.awt.Rectangle;
|
|||||||
|
|
||||||
import com.samskivert.util.StringUtil;
|
import com.samskivert.util.StringUtil;
|
||||||
|
|
||||||
import com.threerings.io.Streamable;
|
|
||||||
|
|
||||||
import com.threerings.util.ActionScript;
|
import com.threerings.util.ActionScript;
|
||||||
|
|
||||||
import com.threerings.presents.dobj.DSet;
|
import com.threerings.presents.dobj.DSet;
|
||||||
@@ -35,7 +33,7 @@ import com.threerings.presents.dobj.DSet;
|
|||||||
* Contains information on clusters.
|
* Contains information on clusters.
|
||||||
*/
|
*/
|
||||||
public class Cluster extends Rectangle
|
public class Cluster extends Rectangle
|
||||||
implements DSet.Entry, Streamable
|
implements DSet.Entry
|
||||||
{
|
{
|
||||||
/** A unique identifier for this cluster (also the distributed object
|
/** A unique identifier for this cluster (also the distributed object
|
||||||
* id of the cluster chat object). */
|
* id of the cluster chat object). */
|
||||||
|
|||||||
Reference in New Issue
Block a user