You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/04/25 21:30:34 UTC

[GitHub] [commons-io] kinow commented on a diff in pull request #350: Add FileWatcher feature

kinow commented on code in PR #350:
URL: https://github.com/apache/commons-io/pull/350#discussion_r858042609


##########
src/main/java/org/apache/commons/io/FileWatcher.java:
##########
@@ -0,0 +1,90 @@
+package org.apache.commons.io;

Review Comment:
   Missing apache license is causing most builds to fail due to RAT test failure.



##########
src/main/java/org/apache/commons/io/watcher/WatcherProperties.java:
##########
@@ -0,0 +1,31 @@
+package org.apache.commons.io.watcher;

Review Comment:
   License header.



##########
src/main/java/org/apache/commons/io/watcher/WatcherException.java:
##########
@@ -0,0 +1,7 @@
+package org.apache.commons.io.watcher;

Review Comment:
   License header.



-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org