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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user