1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02: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:
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

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