diff src/main/java/org/monetdb/client/JdbcClient.java @ 834:5aa19bbed0d6 monetdbs

Comments and formatting
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Wed, 13 Dec 2023 15:39:47 +0100 (16 months ago)
parents d2f14f2b28b3
children d9a45743536d
line wrap: on
line diff
--- a/src/main/java/org/monetdb/client/JdbcClient.java
+++ b/src/main/java/org/monetdb/client/JdbcClient.java
@@ -192,9 +192,6 @@ public final class JdbcClient {
 				"statements read.  Batching can greatly speedup the " +
 				"process of restoring a database dump.");
 
-//	This  file can contain defaults for the flags user, password, language,
-//	database, save_history, format, host, port, and width.  For example, an
-
 		copts.addIgnored("save_history");
 		copts.addIgnored("format");
 		copts.addIgnored("width");