mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Fix javadoc warning in xdata.Form
This commit is contained in:
parent
4db967079f
commit
91f0a091df
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ public class Form {
|
||||||
* (i.e. #toString) will be the actual value of the field.<p>
|
* (i.e. #toString) will be the actual value of the field.<p>
|
||||||
*
|
*
|
||||||
* If the value to set to the field is not a basic type (e.g. String, boolean, int, etc.) you
|
* If the value to set to the field is not a basic type (e.g. String, boolean, int, etc.) you
|
||||||
* will need to use {@link #setAnswer(String, String))} where the String value is the
|
* will need to use {@link #setAnswer(String, String)} where the String value is the
|
||||||
* String representation of the object.<p>
|
* String representation of the object.<p>
|
||||||
*
|
*
|
||||||
* Before setting the new value to the field we will check if the form is of type submit. If
|
* Before setting the new value to the field we will check if the form is of type submit. If
|
||||||
|
|
Loading…
Reference in a new issue