1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-09-27 10:19:33 +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. * {@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) {