ottlinger commented on code in PR #311:
URL: https://github.com/apache/creadur-rat/pull/311#discussion_r1807910950


##########
apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/NoteGuesser.java:
##########
@@ -45,26 +52,37 @@ public class NoteGuesser {
         "THIRD_PARTY_NOTICES", "THIRD_PARTY_NOTICES.TXT",
         "COPYRIGHT", "COPYRIGHT.TXT",
         "BUILDING", "BUILDING.TXT",
-        "BUILD", "BUILT.TXT",//
+        "BUILD", "BUILT.TXT",
         "DEPENDENCIES"
     };
 
+    /**
+     * List of note file extensions.  Extensions that indicate a file is a 
note file.
+     */
     private static final String[] NOTE_FILE_EXTENSIONS = {

Review Comment:
   @Claudenw maybe we leave this for a different kind of refactoring, but I 
still find the name a bit misleading :) (but will merge nevertheless) Thx.



-- 
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: dev-unsubscr...@creadur.apache.org

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

Reply via email to