< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/ClassInfo.java

Print this page

        

@@ -141,12 +141,12 @@
     /**
      * Returns true if the properties of this class is ordered in XML.
      * False if it't not.
      *
      * <p>
-     * In RELAX NG context, ordered properties mean &lt;group> and
-     * unordered properties mean &lt;interleave>.
+     * In RELAX NG context, ordered properties mean {@code <group>} and
+     * unordered properties mean {@code <interleave>}.
      */
     boolean isOrdered();
 
     /**
      * If this class is marked as final and no further extension/restriction is allowed.
< prev index next >