elharo commented on code in PR #1232:
URL:
https://github.com/apache/maven-site-plugin/pull/1232#discussion_r2836128416
##########
src/main/java/org/apache/maven/plugins/site/render/ReportDocumentRenderer.java:
##########
@@ -147,20 +147,20 @@ public Sink createSink(File outputDirectory, String
outputName) {
@Override
public Sink createSink(File arg0, String arg1, String arg2) throws
IOException {
- // Not used
- return null;
+ throw new UnsupportedOperationException(
Review Comment:
small improvement I suppose, but should this instead be implemented
--
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]