< prev index next >

src/java.desktop/share/classes/sun/swing/UIAction.java

Print this page

        

@@ -52,11 +52,10 @@
  * <p>
  * Subclasses that wish to conditionalize the enabled state should override
  * <code>isEnabled(Component)</code>, and be aware that the passed in
  * <code>Component</code> may be null.
  *
- * @see com.sun.java.swing.ExtendedAction
  * @see javax.swing.Action
  * @author Scott Violet
  */
 public abstract class UIAction implements Action {
     private String name;
< prev index next >