< prev index next >

src/java.naming/share/classes/javax/naming/Reference.java

Print this page

        

@@ -248,11 +248,11 @@
       * Retrieves an enumeration of the addresses in this reference.
       * When addresses are added, changed or removed from this reference,
       * its effects on this enumeration are undefined.
       *
       * @return An non-null enumeration of the addresses
-      *         (<tt>RefAddr</tt>) in this reference.
+      *         ({@code RefAddr}) in this reference.
       *         If this reference has zero addresses, an enumeration with
       *         zero elements is returned.
       */
     public Enumeration<RefAddr> getAll() {
         return addrs.elements();
< prev index next >