# HG changeset patch # User Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> # Date 1631798929 -7200 # Node ID 7f10d662a78851fde2e81932ee8c114e4db5a22e # Parent ebf65f416da92f55842cae5a2e0b33b9b39a5368 fixup doc comment fixes diff --git a/src/main/java/org/monetdb/jdbc/MonetConnection.java b/src/main/java/org/monetdb/jdbc/MonetConnection.java --- 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,