Mercurial > hg > monetdb-java
comparison 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 |
comparison
equal
deleted
inserted
replaced
937:d416e9b6b3d0 | 938:64ea9d5fbf87 |
---|---|
200 * | 200 * |
201 * Note: This method is called from jdbc.MonetDriver.getPropertyInfo() | 201 * Note: This method is called from jdbc.MonetDriver.getPropertyInfo() |
202 * | 202 * |
203 * @param info a proposed list of tag/value pairs that will be sent on | 203 * @param info a proposed list of tag/value pairs that will be sent on |
204 * connect open | 204 * connect open |
205 * @param requires_tls flag to inform is tls required | |
205 * @return an array of DriverPropertyInfo objects describing possible | 206 * @return an array of DriverPropertyInfo objects describing possible |
206 * properties. This array may be an empty array if no properties | 207 * properties. This array may be an empty array if no properties |
207 * are required. | 208 * are required. |
208 */ | 209 */ |
209 public static DriverPropertyInfo[] getPropertyInfo(final Properties info, boolean requires_tls) { | 210 public static DriverPropertyInfo[] getPropertyInfo(final Properties info, boolean requires_tls) { |