diff src/main/java/org/monetdb/mcl/net/Parameter.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 b80758ef25db
children a227deba0e26
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
@@ -140,7 +140,7 @@ public enum Parameter {
 	 * Note that the value returned for TIMEZONE may change if the system time zone
 	 * is changed or if Daylight Saving Time starts or ends.
 	 *
-	 * @return
+	 * @return default value for the given setting, as an Object of the appropriate type
 	 */
 	public Object getDefault() {
 		switch (this) {