This commit is contained in:
miodrag%netscape.com 2002-12-03 00:36:21 +00:00
Родитель 6574f1b55d
Коммит 939b8670f9
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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:
* <P>
*
@ -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() {

Просмотреть файл

@ -125,7 +125,7 @@ public class ConnectionPool {
/**
* Constructor for using an existing connection to clone
* from
* from.
* <P>
* The connection to clone must be already established and
* the user authenticated.

Просмотреть файл

@ -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