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

@ -25,10 +25,10 @@ import org.jivesoftware.smack.packet.Stanza;
* Implement this interface to verify a request/response pair.
* <p>
* For convenience there are some useful predefined implementations.
*
*
* @param <T> class of the request
* @param <S> class of the response
*
*
* @author Henning Staib
*/
public interface Verification<T extends Stanza, S extends Stanza> {
@ -96,7 +96,7 @@ public interface Verification<T extends Stanza, S extends Stanza> {
/**
* Implement this method to make assertions of the request/response pairs.
*
*
* @param request the request collected by the mocked XMPP connection
* @param response the response added to the protocol instance
*/