diff src/main/java/org/monetdb/mcl/net/Parameter.java @ 847:4d80fd66541d monetdbs

formatting
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Fri, 05 Jan 2024 10:41:24 +0100 (16 months ago)
parents 5aa19bbed0d6
children b80758ef25db
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
@@ -115,6 +115,7 @@ public enum Parameter {
 	 * The ground rule is that if we encounter an unknown setting
 	 * without an underscore in the name, it is an error. If it has
 	 * an underscore in its name, it can be ignored.
+	 *
 	 * @param name the name of the setting to check
 	 * @return true if it can safely be ignored
 	 */
@@ -128,6 +129,7 @@ public enum Parameter {
 	 * Return a default value for the given setting, as an Object of the appropriate type.
 	 * 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
 	 */
 	public Object getDefault() {