< prev index next >

src/java.desktop/share/classes/sun/print/DialogOwner.java

Print this page

        

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