mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01:00
Fixes javadoc warnings
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2289 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
147288ed74
commit
0fe65190b8
2 changed files with 2 additions and 2 deletions
|
@ -255,7 +255,7 @@ public class FormField {
|
|||
* Adds a default values to the question if the question is part of a form to fill out.
|
||||
* Otherwise, adds an answered values to the question.
|
||||
*
|
||||
* @param values default values or an answered values of the question.
|
||||
* @param newValues default values or an answered values of the question.
|
||||
*/
|
||||
public void addValues(List newValues) {
|
||||
synchronized (values) {
|
||||
|
|
|
@ -198,7 +198,7 @@ public class DataForm implements PacketExtension {
|
|||
/**
|
||||
* Adds a new item returned from a search.
|
||||
*
|
||||
* @param field the item returned from a search.
|
||||
* @param item the item returned from a search.
|
||||
*/
|
||||
public void addItem(Item item) {
|
||||
synchronized (items) {
|
||||
|
|
Loading…
Reference in a new issue