1
0
Fork 0
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:
Florian Schmaus 2018-05-09 23:06:12 +02:00
parent 9d61a6de7d
commit e8923b9d16
545 changed files with 3713 additions and 3715 deletions

View file

@ -29,7 +29,7 @@ import org.jxmpp.jid.FullJid;
/**
* The Jingle element.
*
*
* @author Florian Schmaus
*/
public final class Jingle extends IQ {

View file

@ -21,8 +21,8 @@ import java.util.Map;
/**
* The "action" in the jingle packet, as an enum.
*
*
*
*
* @author Florian Schmaus
*/
public enum JingleAction {

View file

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