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


##########
apache-rat-core/src/main/java/org/apache/rat/report/xml/XmlReportFactory.java:
##########
@@ -72,6 +79,25 @@ public static RatReport createStandardReport(IXmlWriter 
writer,
 
         final IDocumentAnalyser[] analysers = {analyser, policy};
         DocumentAnalyserMultiplexer analysisMultiplexer = new 
DocumentAnalyserMultiplexer(analysers);
-        return new ClaimReporterMultiplexer(configuration.isDryRun(), 
analysisMultiplexer, reporters);
+        return new ClaimReporterMultiplexer(writer, configuration.isDryRun(), 
analysisMultiplexer, reporters);
+    }
+

Review Comment:
   Sry, Low Hanging Fruit (LHF) - I use this abbreviation in commits or reviews 
in case of minor details or simple things.



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