< prev index next >

src/java.naming/share/classes/javax/naming/directory/Attributes.java

Print this page

        

@@ -101,11 +101,11 @@
       * Retrieves an enumeration of the attributes in the attribute set.
       * The effects of updates to this attribute set on this enumeration
       * are undefined.
       *
       * @return A non-null enumeration of the attributes in this attribute set.
-      *         Each element of the enumeration is of class <tt>Attribute</tt>.
+      *         Each element of the enumeration is of class {@code Attribute}.
       *         If attribute set has zero attributes, an empty enumeration
       *         is returned.
       */
     NamingEnumeration<? extends Attribute> getAll();
 
< prev index next >