< prev index next >

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

Print this page

        

@@ -28,11 +28,11 @@
 import javax.swing.ImageIcon;
 import javax.swing.plaf.UIResource;
 import java.awt.Image;
 
 /**
- * A subclass of <code>ImageIcon</code> that implements UIResource.
+ * A subclass of {@code ImageIcon} that implements UIResource.
  *
  * @author Shannon Hickey
  *
  */
 @SuppressWarnings("serial") // JDK-implementation class
< prev index next >