Make loggers private

This commit is contained in:
AsamK 2021-01-13 20:19:34 +01:00
parent 783c88cb6a
commit 0624d6a808
13 changed files with 13 additions and 13 deletions

View file

@ -30,7 +30,7 @@ import static org.asamk.signal.util.ErrorUtils.handleAssertionError;
public class ReceiveCommand implements ExtendedDbusCommand, LocalCommand {
// TODO delete later when "json" variable is removed
final static Logger logger = LoggerFactory.getLogger(ReceiveCommand.class);
private final static Logger logger = LoggerFactory.getLogger(ReceiveCommand.class);
@Override
public void attachToSubparser(final Subparser subparser) {