diff src/main/java/org/monetdb/client/JdbcClient.java @ 709:bdeabbd46ec6

Resolve javac and javadoc warnings when compiled with JDK19.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 15 Dec 2022 19:31:53 +0100 (2022-12-15)
parents 6beecac8aa1b
children aeb268156580
line wrap: on
line diff
--- a/src/main/java/org/monetdb/client/JdbcClient.java
+++ b/src/main/java/org/monetdb/client/JdbcClient.java
@@ -847,6 +847,9 @@ public class JdbcClient {	/* cannot (yet
 	 * or describe a specific table or view by printing the CREATE DDL statement
 	 * See also showCommands()
 	 * These commands are almost the same as in mclient program
+	 *
+	 * @param dcommand the command starting with \d
+	 * @param scolonterm whether a ';' makes this query part complete
 	 */
 	private static void processDescribeCmd(final String dcommand, final boolean scolonterm)
 	{