From b726523cf1b1f4d4dfc4e9dcb74403fe53dee257 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Wed, 25 Nov 2009 19:13:32 +0000 Subject: [PATCH] Javadoc updates git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@866 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/java/com/threerings/miso/client/SceneObjectIndicator.java | 4 +--- src/java/com/threerings/miso/client/SceneObjectTip.java | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) 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) {