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 { ...@@ -671,7 +671,7 @@ public class LdapManager {
* Returns the LDAP field name that the user's name is stored in. By default * Returns the LDAP field name that the user's name is stored in. By default
* this is "cn". Another common value is "displayName". * 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() { public String getNameField() {
return nameField; return nameField;
...@@ -681,7 +681,7 @@ public class LdapManager { ...@@ -681,7 +681,7 @@ public class LdapManager {
* Sets the LDAP field name that the user's name is stored in. By default * Sets the LDAP field name that the user's name is stored in. By default
* this is "cn". Another common value is "displayName". * 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) { public void setNameField(String nameField) {
this.nameField = nameField; this.nameField = nameField;
...@@ -697,7 +697,7 @@ public class LdapManager { ...@@ -697,7 +697,7 @@ public class LdapManager {
* Returns the LDAP field name that the user's email address is stored in. * Returns the LDAP field name that the user's email address is stored in.
* By default this is "mail". * 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. * address.
*/ */
public String getEmailField() { public String getEmailField() {
...@@ -708,7 +708,7 @@ public class LdapManager { ...@@ -708,7 +708,7 @@ public class LdapManager {
* Sets the LDAP field name that the user's email address is stored in. * Sets the LDAP field name that the user's email address is stored in.
* By default this is "mail". * 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. * email address.
*/ */
public void setEmailField(String emailField) { 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