Fix missing @param in Roster

This commit is contained in:
Florian Schmaus 2016-04-15 10:23:34 +02:00
parent 9b250475ec
commit 898912050e
1 changed files with 1 additions and 0 deletions

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