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:
Charlie Groves
2010-04-01 23:06:59 +00:00
parent ec69dd15f7
commit 83b1dabc36
@@ -25,8 +25,6 @@ import java.awt.Rectangle;
import com.samskivert.util.StringUtil;
import com.threerings.io.Streamable;
import com.threerings.util.ActionScript;
import com.threerings.presents.dobj.DSet;
@@ -35,7 +33,7 @@ import com.threerings.presents.dobj.DSet;
* Contains information on clusters.
*/
public class Cluster extends Rectangle
implements DSet.Entry, Streamable
implements DSet.Entry
{
/** A unique identifier for this cluster (also the distributed object
* id of the cluster chat object). */