mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 06:45:59 +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.
|
||||
* </p>
|
||||
*
|
||||
* @param connection the connection the roster should be retrieved for.
|
||||
* @return the user's roster.
|
||||
*/
|
||||
public static synchronized Roster getInstanceFor(XMPPConnection connection) {
|
||||
|
|
Loading…
Reference in a new issue