1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-12-13 16:41: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

@ -23,7 +23,7 @@ import org.jivesoftware.smack.packet.ExtensionElement;
import org.jivesoftware.smackx.delay.packet.DelayInformation;
/**
* Delayed Delivery (XEP-203)
* Delayed Delivery (XEP-203).
*
* @author Florian Schmaus
* @see <a href="http://xmpp.org/extensions/xep-0203.html">Delayed Delivery (XEP-203)</a>
@ -75,7 +75,7 @@ public class DelayInformationManager {
}
/**
* Get the Delayed Delivery timestamp or <code>null</code>
* Get the Delayed Delivery timestamp or <code>null</code>.
*
* @param packet
* @return the Delayed Delivery timestamp or <code>null</code>

View file

@ -108,7 +108,8 @@ public class DelayInformation implements ExtensionElement {
}
/**
*
* Return delay information from the given stanza.
*
* @param packet
* @return the DelayInformation or null
* @deprecated use {@link #from(Stanza)} instead
@ -119,7 +120,8 @@ public class DelayInformation implements ExtensionElement {
}
/**
*
* Return delay information from the given stanza.
*
* @param packet
* @return the DelayInformation or null
*/