Javadoc warnings cleanup.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@655 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Dave Hoover
2008-09-12 18:04:58 +00:00
parent e284b6cfc1
commit 1c864bf169
2 changed files with 11 additions and 13 deletions
@@ -41,9 +41,8 @@ import static com.threerings.media.Log.log;
public abstract class AbstractMedia
implements Shape
{
/** A {@link #_renderOrder} value at or above which, indicates that this
* media is in the HUD (heads up display) and should not scroll when the
* view scrolls. */
/** A {@link #_renderOrder} value at or above which, indicates that this media is in the HUD
* (heads up display) and should not scroll when the view scrolls. */
public static final int HUD_LAYER = 65536;
/**
@@ -348,7 +347,7 @@ public abstract class AbstractMedia
/**
* "Naturally" compares this media with the specified other media (which by definition will
* have the same render order value). The default behavior, for legacy reasons, is to compare
* using {@link #hashCode} which is not consistent across VM invocations.
* using {@link Object#hashCode} which is not consistent across VM invocations.
*/
protected int naturalCompareTo (AbstractMedia other)
{