1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-14 06:51:08 +01:00

Enable javadoc checkstyle

and fix violations.
This commit is contained in:
Florian Schmaus 2015-03-29 12:15:32 +02:00
parent 57260b2a44
commit 64d134052d
198 changed files with 529 additions and 501 deletions

View file

@ -19,7 +19,7 @@ package org.jivesoftware.smackx.muc;
import java.util.Locale;
/**
* XEP-0045: Multi-User-Chat - 5.2 Affiliations
* XEP-0045: Multi-User-Chat - 5.2 Affiliations.
*
* @see <a href="http://xmpp.org/extensions/xep-0045.html#affil">XEP-0045: Multi-User-Chat - 5.2 Affiliations</a>
*/

View file

@ -19,7 +19,7 @@ package org.jivesoftware.smackx.muc;
import java.util.Locale;
/**
* XEP-0045: Multi User Chat - 5.1 Roles
* XEP-0045: Multi User Chat - 5.1 Roles.
*
* @see <a href="http://xmpp.org/extensions/xep-0045.html#roles">XEP-0045: Multi-User-Chat - 5.1 Roles</a>
*/

View file

@ -109,7 +109,7 @@ public class GroupChatInvitation implements ExtensionElement {
}
/**
*
* Deprecated.
* @param packet
* @return the GroupChatInvitation or null
* @deprecated use {@link #from(Stanza)} instead
@ -120,7 +120,7 @@ public class GroupChatInvitation implements ExtensionElement {
}
/**
*
* Get the group chat invitation from the given stanza.
* @param packet
* @return the GroupChatInvitation or null
*/