1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 17:49:38 +02:00

Javadoc fixes, builds now go to target directory.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@6616 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2007-01-07 23:03:16 +00:00 committed by matt
parent 2ab0cd9749
commit 5a57e2390a
12 changed files with 119 additions and 94 deletions

View file

@ -124,7 +124,7 @@ public class RosterEntry {
/**
* Returns the roster subscription type of the entry. When the type is
* {@link RosterPacket.ItemType#NONE} or {@link RosterPacket.ItemType#FROM},
* {@link RosterPacket.ItemType#none} or {@link RosterPacket.ItemType#from},
* refer to {@link RosterEntry getStatus()} to see if a subscription request
* is pending.
*