< prev index next >

src/java.desktop/share/classes/javax/print/attribute/standard/DialogTypeSelection.java

Print this page

        

@@ -118,11 +118,11 @@
     /**
      * Gets the name of the category of which this attribute value is an
      * instance.
      * <P>
      * For class DialogTypeSelection the category name is
-     * <CODE>"dialog-type-selection"</CODE>.
+     * {@code "dialog-type-selection"}.
      *
      * @return  Attribute category name.
      */
     public final String getName() {
         return "dialog-type-selection";
< prev index next >