opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/PromptingTrustManager.java
@@ -122,8 +122,7 @@ PromptingTrustManager(final ConsoleApplication app, final String acceptedStorePath, final X509TrustManager sourceTrustManager) throws KeyStoreException, IOException, NoSuchAlgorithmException, CertificateException { Reject.ifNull(app); Reject.ifNull(acceptedStorePath); Reject.ifNull(app, acceptedStorePath); this.app = app; this.nestedTrustManager = sourceTrustManager; inMemoryTrustStore = KeyStore.getInstance(KeyStore.getDefaultType());