From 91f0a091dfaedb5616971d9c5d798325482a7939 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 17 Mar 2014 20:46:45 +0100 Subject: [PATCH] Fix javadoc warning in xdata.Form --- .../src/main/java/org/jivesoftware/smackx/xdata/Form.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/src/main/java/org/jivesoftware/smackx/xdata/Form.java b/extensions/src/main/java/org/jivesoftware/smackx/xdata/Form.java index 01a06c306..18831aee6 100644 --- a/extensions/src/main/java/org/jivesoftware/smackx/xdata/Form.java +++ b/extensions/src/main/java/org/jivesoftware/smackx/xdata/Form.java @@ -264,7 +264,7 @@ public class Form { * (i.e. #toString) will be the actual value of the field.

* * 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.

* * Before setting the new value to the field we will check if the form is of type submit. If