< prev index next >

src/java.desktop/share/classes/javax/swing/text/AttributeSet.java

Print this page

        

@@ -133,12 +133,12 @@
 
     /**
      * Returns an enumeration over the names of the attributes that are
      * defined locally in the set. Names of attributes defined in the
      * resolving parent, if any, are not included. The values of the
-     * <code>Enumeration</code> may be anything and are not constrained to
-     * a particular <code>Object</code> type.
+     * {@code Enumeration} may be anything and are not constrained to
+     * a particular {@code Object} type.
      * <p>
      * This method never returns {@code null}. For a set with no attributes, it
      * returns an empty {@code Enumeration}.
      *
      * @return the names
< prev index next >