Skip to content

Commit

Permalink
Merge pull request #569 from michael-simons/fix-java-doc-trust-strategy
Browse files Browse the repository at this point in the history
Fix JavaDoc of withTrustStrategy.
  • Loading branch information
zhenlineo committed Mar 6, 2019
2 parents bc68f0f + 41949fc commit f9a6fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/src/main/java/org/neo4j/driver/v1/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ public ConfigBuilder withoutEncryption()

/**
* Specify how to determine the authenticity of an encryption certificate provided by the Neo4j instance we are connecting to.
* This defaults to {@link TrustStrategy#trustOnFirstUse(File)}.
* This defaults to {@link TrustStrategy#trustAllCertificates()}.
* See {@link TrustStrategy#trustCustomCertificateSignedBy(File)} for using certificate signatures instead to verify
* trust.
* <p>
Expand Down

0 comments on commit f9a6fca

Please sign in to comment.