1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-14 15:01:07 +01:00

Enable javadoc checkstyle

and fix violations.
This commit is contained in:
Florian Schmaus 2015-03-29 12:15:32 +02:00
parent 57260b2a44
commit 64d134052d
198 changed files with 529 additions and 501 deletions

View file

@ -37,7 +37,7 @@ public class FormField implements NamedElement {
public static final String ELEMENT = "field";
/**
* The constant String "FORM_TYPE"
* The constant String "FORM_TYPE".
*/
public static final String FORM_TYPE = "FORM_TYPE";
@ -58,17 +58,17 @@ public class FormField implements NamedElement {
bool,
/**
* Fixed for putting in text to show sections, or just advertise your web site in the middle of the form
* Fixed for putting in text to show sections, or just advertise your web site in the middle of the form.
*/
fixed,
/**
* Is not given to the user at all, but returned with the questionnaire
* Is not given to the user at all, but returned with the questionnaire.
*/
hidden,
/**
* multiple entries for JIDs
* multiple entries for JIDs.
*/
jid_multi,
@ -244,6 +244,8 @@ public class FormField implements NamedElement {
}
/**
* Get validate element.
*
* @return the validateElement
*/
public ValidateElement getValidateElement() {
@ -283,6 +285,7 @@ public class FormField implements NamedElement {
}
/**
* Set validate element.
* @param validateElement the validateElement to set
*/
public void setValidateElement(ValidateElement validateElement) {

View file

@ -301,7 +301,7 @@ public class DataForm implements ExtensionElement {
}
/**
*
* Get data form from stanza.
* @param packet
* @return the DataForm or null
*/