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:
Gaston Dombiak 2004-04-08 19:09:19 +00:00 committed by gdombiak
parent 147288ed74
commit 0fe65190b8
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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) {