pzygielo commented on a change in pull request #474:
URL: https://github.com/apache/maven/pull/474#discussion_r641939849
##########
File path:
maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojoExecutionException.java
##########
@@ -41,6 +41,18 @@ public AbstractMojoExecutionException( String message,
Throwable cause )
super( message, cause );
}
+ /**
+ * Construct a new <code>AbstractMojoExecutionException</code> exception
wrapping an underlying <code>Throwable</code>.
+ *
+ * @param message
Review comment:
No such parameter.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]