< prev index next >

src/java.desktop/share/classes/sun/swing/icon/SortArrowIcon.java

Print this page

        

@@ -53,11 +53,11 @@
     // If non-null indicates the color should come from the UIManager with
     // this key.
     private String colorKey;
 
     /**
-     * Creates a <code>SortArrowIcon</code>.
+     * Creates a {@code SortArrowIcon}.
      *
      * @param ascending if true, icon respresenting ascending sort, otherwise
      *        descending
      * @param color the color to render the icon
      */

@@ -68,11 +68,11 @@
             throw new IllegalArgumentException();
         }
     }
 
     /**
-     * Creates a <code>SortArrowIcon</code>.
+     * Creates a {@code SortArrowIcon}.
      *
      * @param ascending if true, icon respresenting ascending sort, otherwise
      *        descending
      * @param colorKey the key used to find color in UIManager
      */
< prev index next >