From bb1b7ea333cdf5b7250488e2d3678ac53fa25301 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 24 Jan 2007 23:12:22 +0000 Subject: [PATCH] Make a note as to why we're keeping this so that I don't see it and think "Hey! That can be removed!" git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@156 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/java/com/threerings/parlor/media/ScoreAnimation.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/java/com/threerings/parlor/media/ScoreAnimation.java b/src/java/com/threerings/parlor/media/ScoreAnimation.java index 982e988f..ead81e95 100644 --- a/src/java/com/threerings/parlor/media/ScoreAnimation.java +++ b/src/java/com/threerings/parlor/media/ScoreAnimation.java @@ -64,6 +64,8 @@ public class ScoreAnimation extends FloatingTextAnimation /** * Create and configure a Label suitable for a ScoreAnimation with all the most common options. + * + * @deprecated This signature is retained for backwards compatibility. */ public static Label createLabel (String score, Color c, Font font, MediaPanel host) {