File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -292,9 +292,9 @@ boolean nextIsMixinParam( boolean isBlock ) {
292292 /**
293293 * Read a single character from reader or from back buffer
294294 *
295- * @return a character or -1 if EOF
295+ * @return a character
296296 * @throws LessException
297- * If an I/O error occurs
297+ * If an I/O error occurs or EOF
298298 */
299299 char read () {
300300 try {
Original file line number Diff line number Diff line change @@ -1222,7 +1222,9 @@ private boolean comment( FormattableContainer container ) {
12221222 /**
12231223 * Read a single character from reader or from back buffer
12241224 *
1225- * @return a character or -1 if EOF
1225+ * @return a character
1226+ * @throws LessException
1227+ * If an I/O error occurs or EOF
12261228 */
12271229 private char read () {
12281230 return reader .read ();
You can’t perform that action at this time.
0 commit comments