mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Fix missing @param in Roster
This commit is contained in:
parent
9b250475ec
commit
898912050e
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ public final class Roster extends Manager {
|
||||||
* {@link RosterListener}s will throw an IllegalStateException.
|
* {@link RosterListener}s will throw an IllegalStateException.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
|
* @param connection the connection the roster should be retrieved for.
|
||||||
* @return the user's roster.
|
* @return the user's roster.
|
||||||
*/
|
*/
|
||||||
public static synchronized Roster getInstanceFor(XMPPConnection connection) {
|
public static synchronized Roster getInstanceFor(XMPPConnection connection) {
|
||||||
|
|
Loading…
Reference in a new issue