mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 11:00:38 +00:00
Make loggers private
This commit is contained in:
parent
783c88cb6a
commit
0624d6a808
13 changed files with 13 additions and 13 deletions
|
@ -182,7 +182,7 @@ import static org.asamk.signal.manager.ServiceConfig.getIasKeyStore;
|
|||
|
||||
public class Manager implements Closeable {
|
||||
|
||||
final static Logger logger = LoggerFactory.getLogger(Manager.class);
|
||||
private final static Logger logger = LoggerFactory.getLogger(Manager.class);
|
||||
|
||||
private final CertificateValidator certificateValidator = new CertificateValidator(ServiceConfig.getUnidentifiedSenderTrustRoot());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue