Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1826f29

Browse files
authored
Update MongoDbVisitorStore.java
1 parent a7c866e commit 1826f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/wasdev/sample/store/MongoDbVisitorStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ private static void addCertToKeyStore(KeyStore keyStore,
217217

218218
private static MongoClient createClient() {
219219

220-
//Update the following lines if using Self Signed Certs
220+
//Update the following lines if using Self Signed Certs and uncomment lines 223, 224, 241
221221
String keyStoreName = null,
222222
keyStorePass = null
223223
//System.out.println("Using TrustStore name \"" + keyStoreName +

0 commit comments

Comments
 (0)