We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa15d8c + e73e8cd commit 53a1601Copy full SHA for 53a1601
driver/src/main/java/org/neo4j/driver/v1/Config.java
@@ -354,7 +354,7 @@ public static TrustStrategy trustCustomCertificateSignedBy( File certFile )
354
return new TrustStrategy( Strategy.TRUST_CUSTOM_CA_SIGNED_CERTIFICATES, certFile );
355
}
356
357
- public static TrustStrategy trustSystemCertifcates()
+ public static TrustStrategy trustSystemCertificates()
358
{
359
return new TrustStrategy( Strategy.TRUST_SYSTEM_CA_SIGNED_CERTIFICATES );
360
0 commit comments