< prev index next >

src/java.desktop/share/classes/javax/swing/ActionPropertyChangeListener.java

Print this page

        

@@ -76,11 +76,11 @@
         this.action = a;
     }
 
     /**
      * PropertyChangeListener method.  If the target has been gc'ed this
-     * will remove the <code>PropertyChangeListener</code> from the Action,
+     * will remove the {@code PropertyChangeListener} from the Action,
      * otherwise this will invoke actionPropertyChanged.
      */
     public final void propertyChange(PropertyChangeEvent e) {
         T target = getTarget();
         if (target == null) {
< prev index next >