mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Fix typo in FormField's javadoc: s/fold/field/
This commit is contained in:
parent
3c306eaff9
commit
1a99801501
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue