mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Make loggers private
This commit is contained in:
parent
783c88cb6a
commit
0624d6a808
13 changed files with 13 additions and 13 deletions
|
@ -56,7 +56,7 @@ import java.util.Map;
|
|||
|
||||
public class Main {
|
||||
|
||||
final static Logger logger = LoggerFactory.getLogger(Main.class);
|
||||
private final static Logger logger = LoggerFactory.getLogger(Main.class);
|
||||
|
||||
public static void main(String[] args) {
|
||||
installSecurityProviderWorkaround();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue