Commit 7f955a07 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Javadoc fixes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5218 b35dd754-fafc-0310-a699-88a17e54d16e
parent a44cbd7e
......@@ -671,7 +671,7 @@ public class LdapManager {
* Returns the LDAP field name that the user's name is stored in. By default
* this is "cn". Another common value is "displayName".
*
* @return the LDAP field that that correspond's to the user's name.
* @return the LDAP field that that corresponds to the user's name.
*/
public String getNameField() {
return nameField;
......@@ -681,7 +681,7 @@ public class LdapManager {
* Sets the LDAP field name that the user's name is stored in. By default
* this is "cn". Another common value is "displayName".
*
* @param nameField the LDAP field that that correspond's to the user's name.
* @param nameField the LDAP field that that corresponds to the user's name.
*/
public void setNameField(String nameField) {
this.nameField = nameField;
......@@ -697,7 +697,7 @@ public class LdapManager {
* Returns the LDAP field name that the user's email address is stored in.
* By default this is "mail".
*
* @return the LDAP field that that correspond's to the user's email
* @return the LDAP field that that corresponds to the user's email
* address.
*/
public String getEmailField() {
......@@ -708,7 +708,7 @@ public class LdapManager {
* Sets the LDAP field name that the user's email address is stored in.
* By default this is "mail".
*
* @param emailField the LDAP field that that correspond's to the user's
* @param emailField the LDAP field that that corresponds to the user's
* email address.
*/
public void setEmailField(String emailField) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment