jdk/src/java.naming/share/classes/com/sun/jndi/ldap/LdapCtx.java
changeset 32227 34721a47bc92
parent 28429 be279feaeb8b
child 36969 3176f6c55af1
--- a/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/LdapCtx.java	Tue Aug 18 15:46:01 2015 +0200
+++ b/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/LdapCtx.java	Tue Aug 18 18:04:17 2015 +0300
@@ -909,7 +909,7 @@
      * @param dn The non-null DN of the entry to add
      * @param attrs The non-null attributes of entry to add
      * @param directUpdate Whether attrs can be updated directly
-     * @returns Non-null attributes with attributes from the RDN added
+     * @return Non-null attributes with attributes from the RDN added
      */
     private static Attributes addRdnAttributes(String dn, Attributes attrs,
         boolean directUpdate) throws NamingException {