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


##########
apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java:
##########
@@ -114,16 +174,18 @@ public void setReportable(IReportable reportable) {
     }
 
     /**
-     * @return the Supplier of the InputStream that is the XSLT style sheet to 
style the report with.
+     * @return the Supplier of the InputStream that is the XSLT style sheet to 
style
+     * the report with.
      */
     public IOSupplier<InputStream> getStyleSheet() {
         return styleSheet;
     }
 
     /**
-     * Sets the style sheet for custom processing.
-     * The IOSupplier may be called multiple times, so the input stream must 
be 
-     * able to be opened and closed multiple times.
+     * Sets the style sheet for custom processing. The IOSupplier may be called
+     * multiple times, so the input stream must be able to be opened and closed
+     * multiple times.

Review Comment:
   btw: I guess that this new behaviour is the cause of 
https://issues.apache.org/jira/browse/RAT-344 ;)



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