zx8410-ops commented on code in PR #870:
URL: https://github.com/apache/commons-io/pull/870#discussion_r3780351560


##########
src/main/java/org/apache/commons/io/monitor/FileAlterationObserver.java:
##########
@@ -236,8 +264,14 @@ private static Comparator<File> toComparator(final IOCase 
ioCase) {
      */
     private final Comparator<File> comparator;
 
+    /**
+     * The maximum depth of entries to monitor.
+     */
+    private final Integer maxDepth;

Review Comment:
   Addressed in 5cde511f8: `maxDepth` is now a primitive `int` and is assigned 
by the constructor.



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