From a7f1058eaacca6cf3d2676c57e9389e944c0a88e Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 25 Jan 2007 19:37:21 +0000 Subject: [PATCH] In these glorious modern times, we can tell the compiler about deprecation in addition to the documentation system. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@157 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/java/com/threerings/parlor/media/ScoreAnimation.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/java/com/threerings/parlor/media/ScoreAnimation.java b/src/java/com/threerings/parlor/media/ScoreAnimation.java index ead81e95..beb7aea5 100644 --- a/src/java/com/threerings/parlor/media/ScoreAnimation.java +++ b/src/java/com/threerings/parlor/media/ScoreAnimation.java @@ -67,6 +67,7 @@ public class ScoreAnimation extends FloatingTextAnimation * * @deprecated This signature is retained for backwards compatibility. */ + @Deprecated public static Label createLabel (String score, Color c, Font font, MediaPanel host) { return createLabel(score, c, font, (Component)host);