mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-12 14:01:08 +01:00
Enable trailing whitespace checkstyle check
for all source code regions, including javadoc.
This commit is contained in:
parent
9d61a6de7d
commit
e8923b9d16
545 changed files with 3713 additions and 3715 deletions
|
|
@ -29,7 +29,7 @@ import org.jxmpp.jid.FullJid;
|
|||
|
||||
/**
|
||||
* The Jingle element.
|
||||
*
|
||||
*
|
||||
* @author Florian Schmaus
|
||||
*/
|
||||
public final class Jingle extends IQ {
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* The "action" in the jingle packet, as an enum.
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* @author Florian Schmaus
|
||||
*/
|
||||
public enum JingleAction {
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ public final class JingleContent implements NamedElement {
|
|||
|
||||
/**
|
||||
* Gets the description for this Jingle content.
|
||||
*
|
||||
*
|
||||
* @return The description.
|
||||
*/
|
||||
public JingleContentDescription getDescription() {
|
||||
|
|
@ -108,7 +108,7 @@ public final class JingleContent implements NamedElement {
|
|||
|
||||
/**
|
||||
* Returns an Iterator for the JingleTransports in the packet.
|
||||
*
|
||||
*
|
||||
* @return an Iterator for the JingleTransports in the packet.
|
||||
* @deprecated use {@link #getTransport()} instead.
|
||||
*/
|
||||
|
|
@ -119,7 +119,7 @@ public final class JingleContent implements NamedElement {
|
|||
|
||||
/**
|
||||
* Returns an Iterator for the JingleTransports in the packet.
|
||||
*
|
||||
*
|
||||
* @return an Iterator for the JingleTransports in the packet.
|
||||
*/
|
||||
public JingleContentTransport getTransport() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue