1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-12 05:51: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

@ -50,7 +50,7 @@ public class JivePropertiesManager {
/**
* Convenience method to add a property to a packet.
*
*
* @param packet the stanza to add the property to.
* @param name the name of the property to add.
* @param value the value of the property to add.
@ -67,7 +67,7 @@ public class JivePropertiesManager {
/**
* Convenience method to get a property from a packet. Will return null if the stanza contains
* not property with the given name.
*
*
* @param packet
* @param name
* @return the property or <tt>null</tt> if none found.
@ -84,7 +84,7 @@ public class JivePropertiesManager {
/**
* Return a collection of the names of all properties of the given packet. If the packet
* contains no properties extension, then an empty collection will be returned.
*
*
* @param packet
* @return a collection of the names of all properties.
*/
@ -99,7 +99,7 @@ public class JivePropertiesManager {
/**
* Return a map of all properties of the given packet. If the stanza contains no properties
* extension, an empty map will be returned.
*
*
* @param packet
* @return a map of all properties of the given packet.
*/

View file

@ -45,11 +45,11 @@ public class JivePropertiesExtensionProvider extends ExtensionElementProvider<Ji
* <p>
* Note that you have to explicitly enabled Java object deserialization with @{link
* {@link JivePropertiesManager#setJavaObjectEnabled(boolean)}
*
*
* @param parser the XML parser, positioned at the start of a properties sub-packet.
* @return a map of the properties.
* @throws IOException
* @throws XmlPullParserException
* @throws IOException
* @throws XmlPullParserException
*/
@Override
public JivePropertiesExtension parse(XmlPullParser parser,