зеркало из https://github.com/mozilla/pjs.git
A minor change for javadoc
This commit is contained in:
Родитель
6574f1b55d
Коммит
939b8670f9
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче