elharo commented on code in PR #574:
URL: https://github.com/apache/commons-io/pull/574#discussion_r1472892840


##########
src/main/java/org/apache/commons/io/DirectoryWalker.java:
##########
@@ -186,11 +186,10 @@
  *
  * <p>
  * This example provides a public {@code cancel()} method that can be called 
by another thread to stop the
- * processing. A typical example use-case would be a cancel button on a GUI. 
Calling this method sets a
- * <a 
href="https://java.sun.com/docs/books/jls/second_edition/html/classes.doc.html#36930";>
 volatile</a> flag to ensure
- * it will work properly in a multi-threaded environment. The flag is returned 
by the {@code handleIsCancelled()}
- * method, which will cause the walk to stop immediately. The {@code 
handleCancelled()} method will be the next,
- * and last, callback method received once cancellation has occurred.
+ * processing. A typical example use-case is a cancel button on a GUI. Calling 
this method sets a

Review Comment:
   done



-- 
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]

Reply via email to