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
This commit is contained in:
Michael Bayne
2007-01-25 19:37:21 +00:00
parent bb1b7ea333
commit a7f1058eaa
@@ -67,6 +67,7 @@ public class ScoreAnimation extends FloatingTextAnimation
* *
* @deprecated This signature is retained for backwards compatibility. * @deprecated This signature is retained for backwards compatibility.
*/ */
@Deprecated
public static Label createLabel (String score, Color c, Font font, MediaPanel host) public static Label createLabel (String score, Color c, Font font, MediaPanel host)
{ {
return createLabel(score, c, font, (Component)host); return createLabel(score, c, font, (Component)host);