Skip to content

Commit 688c803

Browse files
committed
Javadoc fixes
1 parent f210af1 commit 688c803

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,9 @@ public File certFile()
508508

509509
/**
510510
* Use {@link #trustCustomCertificateSignedBy(File)} instead.
511+
*
512+
* @param certFile the trusted certificate file
513+
* @return an authentication config
511514
*/
512515
@Deprecated
513516
public static TrustStrategy trustSignedBy( File certFile )
@@ -532,6 +535,8 @@ public static TrustStrategy trustCustomCertificateSignedBy( File certFile )
532535

533536
/**
534537
* Trust strategy for certificates that can be verified through the local system store.
538+
*
539+
* @return an authentication config
535540
*/
536541
public static TrustStrategy trustSystemCertificates()
537542
{
@@ -541,6 +546,7 @@ public static TrustStrategy trustSystemCertificates()
541546
/**
542547
* Trust strategy for certificates that can be verified through the local system store.
543548
*
549+
* @return an authentication config
544550
* @since 1.1
545551
*/
546552
public static TrustStrategy trustAllCertificates()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* The <a href="https://tools.ietf.org/html/rfc3986">URI</a> passed to
3636
* this method determines the type of Driver created.
3737
* <br>
38-
* <table border="1" cellpadding="4" style="border-collapse: collapse">
38+
* <table border="1" cellpadding="4" style="border-collapse: collapse" summary="Available schemes and drivers">
3939
* <thead>
4040
* <tr><th>URI Scheme</th><th>Driver</th></tr>
4141
* </thead>

0 commit comments

Comments
 (0)