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


##########
apache-rat-core/src/main/java/org/apache/rat/api/Document.java:
##########
@@ -24,7 +24,26 @@
 
 import org.apache.rat.document.CompositeDocumentException;
 
+/**
+ * The representation of a document being scanned.
+ */
 public interface Document {
+    /**
+     * An enumeraton of document types.
+     */
+    enum Type {
+        /** A generated document. */
+        generated, 

Review Comment:
   Shouldn't we be UPPERCASE here to comply with Java standards?



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