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


##########
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:
   LHF: Pls reformat this class.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to