michael-o commented on code in PR #158: URL: https://github.com/apache/maven-javadoc-plugin/pull/158#discussion_r940602540
########## src/main/java/org/apache/maven/plugins/javadoc/JavadocReport.java: ########## @@ -27,7 +27,7 @@ import java.util.ResourceBundle; import java.util.stream.Collectors; -import org.apache.maven.doxia.sink.Sink; +import org.codehaus.doxia.sink.Sink; Review Comment: @olamy If you read the reason for the change you'll see that it was my fault to replace this in a minor version. I am working on a followup to this to make it right. Unfortunately, MJAVADOC does not/cannot use maven-reporting-impl which would make this much easier. -- 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]
