Revision: 17
Author: christianhujer
Date: 2006-05-25 16:18:30 -0700 (Thu, 25 May 2006)
ViewCVS: http://svn.sourceforge.net/gridarta/?rev=17&view=rev
Log Message:
-----------
Added missing deprecation annotation.
Modified Paths:
--------------
trunk/crossfire/src/cfeditor/CFancyButton.java
Modified: trunk/crossfire/src/cfeditor/CFancyButton.java
===================================================================
--- trunk/crossfire/src/cfeditor/CFancyButton.java 2006-05-25 21:16:38 UTC (rev 16)
+++ trunk/crossfire/src/cfeditor/CFancyButton.java 2006-05-25 23:18:30 UTC (rev 17)
@@ -34,7 +34,7 @@
* @author <a href="mailto:mic...@no...">Michael Toennies</a>
* @deprecated Don't use this anymore.
*/
-public class CFancyButton extends JButton {
+@Deprecated public class CFancyButton extends JButton {
private ImageIcon normalIcon;
private ImageIcon rolloverIcon;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|