mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Enable javadoc checkstyle
and fix violations.
This commit is contained in:
parent
57260b2a44
commit
64d134052d
198 changed files with 529 additions and 501 deletions
|
@ -19,7 +19,7 @@ package org.jivesoftware.smackx.carbons.packet;
|
|||
import org.jivesoftware.smack.packet.SimpleIQ;
|
||||
|
||||
/**
|
||||
* Carbon IQs
|
||||
* Carbon IQs.
|
||||
*/
|
||||
public class Carbon {
|
||||
public static final String NAMESPACE = "urn:xmpp:carbons:2";
|
||||
|
|
|
@ -21,7 +21,8 @@ import org.jivesoftware.smack.XMPPConnection;
|
|||
import org.jivesoftware.smackx.csi.packet.ClientStateIndication;
|
||||
|
||||
/**
|
||||
*
|
||||
* Manager for Client State Indication.
|
||||
*
|
||||
* @see <a href="http://xmpp.org/extensions/xep-0352.html">XEP-0352: Client State Indication</a>
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -20,7 +20,7 @@ import org.jivesoftware.smack.packet.FullStreamElement;
|
|||
import org.jivesoftware.smack.packet.ExtensionElement;
|
||||
|
||||
/**
|
||||
*
|
||||
* Client State Indication.
|
||||
* @see <a href="http://xmpp.org/extensions/xep-0352.html">XEP-0352: Client State Indication</a>
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -246,7 +246,7 @@ public abstract class AbstractHttpOverXmpp extends IQ {
|
|||
private final String text;
|
||||
|
||||
/**
|
||||
* Creates this element.builder.toString();
|
||||
* Creates this element.builder.toString().
|
||||
*
|
||||
* @param text value of text
|
||||
*/
|
||||
|
|
|
@ -19,7 +19,7 @@ package org.jivesoftware.smackx.json.packet;
|
|||
import org.jivesoftware.smack.packet.Stanza;
|
||||
|
||||
/**
|
||||
* XMPP JSON Containers as defined in XEP-0335
|
||||
* XMPP JSON Containers as defined in XEP-0335.
|
||||
*
|
||||
* @see <a href="http://xmpp.org/extensions/xep-0335.html">XEP-0335: JSON Containers</a>
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue