diff --git a/directory/java-sdk/ldapjdk/netscape/ldap/controls/LDAPEntryChangeControl.java b/directory/java-sdk/ldapjdk/netscape/ldap/controls/LDAPEntryChangeControl.java index c31244dfd6d..8e486c59211 100644 --- a/directory/java-sdk/ldapjdk/netscape/ldap/controls/LDAPEntryChangeControl.java +++ b/directory/java-sdk/ldapjdk/netscape/ldap/controls/LDAPEntryChangeControl.java @@ -188,7 +188,7 @@ public class LDAPEntryChangeControl extends LDAPControl { /** * Gets the change type, which identifies the type of change * that occurred. - * @returns change type identifying the type of change that + * @return change type identifying the type of change that * occurred. This can be one of the following values: *

* @@ -212,7 +212,7 @@ public class LDAPEntryChangeControl extends LDAPControl { /** * Gets the previous DN of the entry (if the entry was renamed). - * @returns the previous distinguished name of the entry. + * @return the previous distinguished name of the entry. * @see netscape.ldap.controls.LDAPEntryChangeControl#setPreviousDN */ public String getPreviousDN() { diff --git a/directory/java-sdk/ldapjdk/netscape/ldap/util/ConnectionPool.java b/directory/java-sdk/ldapjdk/netscape/ldap/util/ConnectionPool.java index 4763b343979..59384a765f9 100644 --- a/directory/java-sdk/ldapjdk/netscape/ldap/util/ConnectionPool.java +++ b/directory/java-sdk/ldapjdk/netscape/ldap/util/ConnectionPool.java @@ -125,7 +125,7 @@ public class ConnectionPool { /** * Constructor for using an existing connection to clone - * from + * from. *

* The connection to clone must be already established and * the user authenticated. diff --git a/directory/java-sdk/ldapjdk/netscape/ldap/util/RDN.java b/directory/java-sdk/ldapjdk/netscape/ldap/util/RDN.java index 0f9aafdda7d..57bce3ab285 100644 --- a/directory/java-sdk/ldapjdk/netscape/ldap/util/RDN.java +++ b/directory/java-sdk/ldapjdk/netscape/ldap/util/RDN.java @@ -383,7 +383,7 @@ public final class RDN implements java.io.Serializable { * Returns the syntax for the attribute if the given attribute is registered * in the internal attribute table. * @param attr the attribute to lookup in the table. - * @returns the syntax of the attribute if found, null otherwise. + * @return the syntax of the attribute if found, null otherwise. * @see netscape.ldap.util.RDN#unregisterAttributeSyntax * @see netscape.ldap.util.RDN#registerAttributeSyntax * @see netscape.ldap.util.RDN#getAttributesForSyntax