Make constructor private in X509SourceManager

Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
This commit is contained in:
Max Lambrecht 2020-04-30 13:17:34 -03:00
parent 7d12743fb5
commit c7212b9c76
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class X509SourceManager {
private static volatile X509Source x509Source;
public X509SourceManager() {
private X509SourceManager() {
}
/**