1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-14 07:34:50 +02:00

Fix typo in FormField's javadoc: s/fold/field/

This commit is contained in:
Florian Schmaus 2019-06-05 10:54:17 +02:00
parent 3c306eaff9
commit 1a99801501

View file

@ -255,7 +255,7 @@ public class FormField implements NamedElement {
} }
/** /**
* Returns the first value of this form fold or {@code null}. * Returns the first value of this form field or {@code null}.
* *
* @return the first value or {@code null} * @return the first value or {@code null}
* @since 4.3 * @since 4.3