changeset 559:7f10d662a788 onclient

fixup doc comment fixes
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Thu, 16 Sep 2021 15:28:49 +0200 (2021-09-16)
parents ebf65f416da9
children 2261b3d576ba
files src/main/java/org/monetdb/jdbc/MonetConnection.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/org/monetdb/jdbc/MonetConnection.java
+++ b/src/main/java/org/monetdb/jdbc/MonetConnection.java
@@ -3283,7 +3283,7 @@ public class MonetConnection
 		 *  @param handle Handle to communicate with the server
 		 * @param name Name of the file the server would like to read. Make sure
 		 *             to validate this before reading from the file system
-		 * @param textMode Whether this is text or binary data.
+		 * @param textMode Whether to open the file as text or binary data.
 		 * @param linesToSkip In text mode, number of initial lines to skip.
 		 *                    0 means upload everything, 1 means skip the first line, etc.
 		 *                    Note: this is different from the OFFSET option of the COPY INTO,