< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/schemagen/Form.java

Print this page

        

@@ -70,11 +70,11 @@
         this.xnf = xnf;
         this.isEffectivelyQualified = effectivelyQualified;
     }
 
     /**
-     * Writes the attribute on the generated &lt;schema> element.
+     * Writes the attribute on the generated {@code <schema>} element.
      */
     abstract void declare(String attName, Schema schema);
 
     /**
      * Given the effective 'form' value, write (or suppress) the @form attribute
< prev index next >