diff src/main/java/org/monetdb/mcl/io/BufferedMCLReader.java @ 640:0f5d924751e7

Add comments for LineType '=' and correct the return type information for javadoc.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 27 Jan 2022 20:39:10 +0100 (2022-01-27)
parents 6aa38e8c0f2d
children 755c05380872
line wrap: on
line diff
--- a/src/main/java/org/monetdb/mcl/io/BufferedMCLReader.java
+++ b/src/main/java/org/monetdb/mcl/io/BufferedMCLReader.java
@@ -108,9 +108,9 @@ public final class BufferedMCLReader ext
 	/**
 	 * getLineType returns the type of the last line read.
 	 *
-	 * @return an integer representing the kind of line this is, one of the
-	 *         following constants: UNKNOWN, HEADER, ERROR, PROMPT, MORE,
-	 *         RESULT, SOHEADER, REDIRECT, INFO
+	 * @return Linetype representing the kind of line this is, one of the
+	 *         following enums: UNKNOWN, HEADER, ERROR, RESULT,
+	 *         PROMPT, MORE, FILETRANSFER, SOHEADER, REDIRECT, INFO
 	 */
 	public LineType getLineType() {
 		return lineType;