Make constructor private in X509SourceManager
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
This commit is contained in:
parent
7d12743fb5
commit
c7212b9c76
|
|
@ -20,7 +20,7 @@ public class X509SourceManager {
|
|||
|
||||
private static volatile X509Source x509Source;
|
||||
|
||||
public X509SourceManager() {
|
||||
private X509SourceManager() {
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue