JoergBudi commented on code in PR #757:
URL: https://github.com/apache/commons-io/pull/757#discussion_r2187452863
##########
src/main/java/org/apache/commons/io/input/Tailer.java:
##########
@@ -695,6 +714,8 @@ public static Tailer create(final File file, final
TailerListener listener, fina
*/
private volatile boolean run = true;
+ private boolean ignoreTouch = DEFAULT_IGNORE_TOUCH;
Review Comment:
yup, correct, thx for changing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]