1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-13 15:15:18 +02:00

Fix missing @param in Roster

This commit is contained in:
Florian Schmaus 2016-04-15 10:23:34 +02:00
parent 9b250475ec
commit 898912050e

View file

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