mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Javadoc updates.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3109 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
cd20108352
commit
cc40bf4bcb
2 changed files with 7 additions and 6 deletions
|
@ -125,7 +125,9 @@ public class RosterEntry {
|
|||
|
||||
/**
|
||||
* Returns the roster subscription type of the entry. When the type is
|
||||
* RosterPacket.ItemType.NONE, the subscription request is pending.
|
||||
* {@link RosterPacket.ItemType#NONE} or {@link RosterPacket.ItemType#FROM},
|
||||
* refer to {@link RosterEntry getStatus()} to see if a subscription request
|
||||
* is pending.
|
||||
*
|
||||
* @return the type.
|
||||
*/
|
||||
|
@ -135,8 +137,8 @@ public class RosterEntry {
|
|||
|
||||
/**
|
||||
* Returns the roster subscription status of the entry. When the status is
|
||||
* RosterPacket.ItemStatus.SUBSCRIPTION_PENDING, the contact has to answer the subscription
|
||||
* request.
|
||||
* RosterPacket.ItemStatus.SUBSCRIPTION_PENDING, the contact has to answer the
|
||||
* subscription request.
|
||||
*
|
||||
* @return the status.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue