< prev index next >

src/java.naming/share/classes/com/sun/jndi/ldap/LdapName.java

Print this page

        

@@ -334,11 +334,11 @@
      * for inclusion in a DN.  If the value is a string, this is
      * accomplished by using backslash (\) to escape the following
      * characters:
      *<ul>
      *<li>leading and trailing whitespace
-     *<li><pre>, = + < > # ; " \</pre>
+     *<li><pre>{@literal , = + < > # ; " \}</pre>
      *</ul>
      * If the value is a byte array, it is converted to hex
      * notation (such as "#CEB1DF80").
      */
     public static String escapeAttributeValue(Object val) {
< prev index next >