Mercurial > hg > monetdb-java
diff src/main/java/org/monetdb/jdbc/MonetConnection.java @ 867:5a59910e8f87
Resolve some javadoc errors and warnings
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 01 Feb 2024 18:55:11 +0100 (15 months ago) |
parents | 8dc5047e9d04 |
children | 676725ad17b5 |
line wrap: on
line diff
--- a/src/main/java/org/monetdb/jdbc/MonetConnection.java +++ b/src/main/java/org/monetdb/jdbc/MonetConnection.java @@ -1516,8 +1516,8 @@ public class MonetConnection /** * Construct a Properties object holding all connection parameters such * as host, port, TLS configuration, autocommit, etc. - * Passing this to {@link DriverManager.getConnection()} together - * with the URL "jdbc:monetdb:" will create a new connection identical to + * Passing this to {@link java.sql.DriverManager#getConnection(String,java.util.Properties)} + * together with the URL "jdbc:monetdb:" will create a new connection identical to * the current one. * * @return a Properties object