1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-18 09:24:49 +02:00

Fix javadoc warning in xdata.Form

This commit is contained in:
Florian Schmaus 2014-03-17 20:46:45 +01:00
parent 4db967079f
commit 91f0a091df

View file

@ -264,7 +264,7 @@ public class Form {
* (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
* 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>
*
* Before setting the new value to the field we will check if the form is of type submit. If