diff src/main/java/org/monetdb/mcl/net/Parameter.java @ 938:64ea9d5fbf87

Fix some compile with -Xlint flag errors and warnings
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 02 Jan 2025 19:42:36 +0100 (3 months ago)
parents d416e9b6b3d0
children fd938d0a2b3a
line wrap: on
line diff
--- a/src/main/java/org/monetdb/mcl/net/Parameter.java
+++ b/src/main/java/org/monetdb/mcl/net/Parameter.java
@@ -202,6 +202,7 @@ public enum Parameter {
 	 *
 	 * @param info a proposed list of tag/value pairs that will be sent on
 	 *        connect open
+	 * @param requires_tls flag to inform is tls required
 	 * @return an array of DriverPropertyInfo objects describing possible
 	 *         properties. This array may be an empty array if no properties
 	 *         are required.