< prev index next >

src/java.desktop/share/classes/com/sun/imageio/plugins/gif/GIFMetadata.java

Print this page

        

@@ -30,11 +30,11 @@
 import javax.imageio.metadata.IIOMetadataFormatImpl;
 import org.w3c.dom.Node;
 
 /**
  * Class which adds utility DOM element attribute access methods to
- * <code>IIOMetadata</code> for subclass use.
+ * {@code IIOMetadata} for subclass use.
  */
 abstract class GIFMetadata extends IIOMetadata {
 
     /**
      * Represents an undefined value of integer attributes.
< prev index next >