diff --git a/src/java/com/threerings/miso/client/SceneObjectIndicator.java b/src/java/com/threerings/miso/client/SceneObjectIndicator.java index d79e19fd..11857114 100644 --- a/src/java/com/threerings/miso/client/SceneObjectIndicator.java +++ b/src/java/com/threerings/miso/client/SceneObjectIndicator.java @@ -21,8 +21,6 @@ package com.threerings.miso.client; -import java.util.Collection; - import java.awt.Graphics2D; import java.awt.Rectangle; @@ -55,7 +53,7 @@ public interface SceneObjectIndicator /** * Paints the indicator in the scene. Always called after - * {@link #layout(Graphics2D, SceneObject, Rectangle, Collection)} + * {@link #layout(Graphics2D, SceneObject, Rectangle)} */ public void paint (Graphics2D gfx); diff --git a/src/java/com/threerings/miso/client/SceneObjectTip.java b/src/java/com/threerings/miso/client/SceneObjectTip.java index 7166f018..0c9f69d6 100644 --- a/src/java/com/threerings/miso/client/SceneObjectTip.java +++ b/src/java/com/threerings/miso/client/SceneObjectTip.java @@ -85,7 +85,6 @@ public class SceneObjectTip extends LabelSausage * * @param tipFor the scene object that we're a tip for. * @param boundary the boundary of all displayable space. - * @param othertips other tip boundaries that we should avoid. */ public void layout (Graphics2D gfx, SceneObject tipFor, Rectangle boundary) {