mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
Enable RedundantModifier checkstyle check
This commit is contained in:
parent
193688e553
commit
b5209f4701
36 changed files with 86 additions and 85 deletions
|
@ -29,7 +29,7 @@ class SLF4JLoggingConnectionListener extends AbstractConnectionListener implemen
|
|||
private final XMPPConnection connection;
|
||||
private final Logger logger;
|
||||
|
||||
public SLF4JLoggingConnectionListener(XMPPConnection connection, Logger logger) {
|
||||
SLF4JLoggingConnectionListener(XMPPConnection connection, Logger logger) {
|
||||
this.connection = Validate.notNull(connection);
|
||||
this.logger = Validate.notNull(logger);
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.slf4j.Logger;
|
|||
class SLF4JRawXmlListener implements ReaderListener, WriterListener {
|
||||
private final Logger logger;
|
||||
|
||||
public SLF4JRawXmlListener(Logger logger) {
|
||||
SLF4JRawXmlListener(Logger logger) {
|
||||
this.logger = Validate.notNull(logger);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue