Mercurial > hg > monetdb-java
comparison src/main/java/org/monetdb/mcl/io/BufferedMCLReader.java @ 867:5a59910e8f87
Resolve some javadoc errors and warnings
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 01 Feb 2024 18:55:11 +0100 (15 months ago) |
parents | d9a45743536d |
children | d416e9b6b3d0 |
comparison
equal
deleted
inserted
replaced
866:6d229896c785 | 867:5a59910e8f87 |
---|---|
99 } | 99 } |
100 | 100 |
101 /** | 101 /** |
102 * Return a substring of the current line, or null if we're at the end or before the beginning. | 102 * Return a substring of the current line, or null if we're at the end or before the beginning. |
103 * | 103 * |
104 * @param start beginIndex | |
104 * @return the current line or null | 105 * @return the current line or null |
105 */ | 106 */ |
106 public String getLine(int start) { | 107 public String getLine(int start) { |
107 String line = getLine(); | 108 String line = getLine(); |
108 if (line != null) | 109 if (line != null) |