changeset 627:d059971d2931

Typo, found by reviewing generated javadoc
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 20 Jan 2022 19:52:52 +0100 (2022-01-20)
parents 06d69b82d409
children c0f6884b0de4
files src/main/java/org/monetdb/client/JdbcClient.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/org/monetdb/client/JdbcClient.java
+++ b/src/main/java/org/monetdb/client/JdbcClient.java
@@ -103,7 +103,7 @@ public class JdbcClient {	/* cannot (yet
 	 * -q --quiet    Suppress printing the welcome header.
 	 * -D --dump     Dumps the given table(s), or the complete database if none given.
 	 * --csvdir      The directory path where csv data files wil be read from or
-	 ^               written to when COPY ... ON CLIENT commands are executed.
+	 *               written to when COPY ... ON CLIENT commands are executed.
 	 * -Xoutput      The output mode when dumping.  Default is sql, xml may be used for
 	 *               an experimental XML output.
 	 * -Xhash        Use the given hash algorithm during challenge response.