Skip to content

Commit 53a1601

Browse files
committed
Merge remote-tracking branch 'upstream/1.0' into 1.1
2 parents fa15d8c + e73e8cd commit 53a1601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/main/java/org/neo4j/driver/v1/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ public static TrustStrategy trustCustomCertificateSignedBy( File certFile )
354354
return new TrustStrategy( Strategy.TRUST_CUSTOM_CA_SIGNED_CERTIFICATES, certFile );
355355
}
356356

357-
public static TrustStrategy trustSystemCertifcates()
357+
public static TrustStrategy trustSystemCertificates()
358358
{
359359
return new TrustStrategy( Strategy.TRUST_SYSTEM_CA_SIGNED_CERTIFICATES );
360360
}

0 commit comments

Comments
 (0)