This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
The following commit(s) were added to refs/heads/master by this push: new b41aea6 Fixed JavaDoc issue. b41aea6 is described below commit b41aea6f8fecbf79677d73c2c1c37ddcef6273e7 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Fri Apr 6 19:56:02 2018 +0200 Fixed JavaDoc issue. --- src/test/java/org/apache/maven/plugins/jar/JarMojoTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/maven/plugins/jar/JarMojoTest.java b/src/test/java/org/apache/maven/plugins/jar/JarMojoTest.java index ed4cc9a..601b769 100644 --- a/src/test/java/org/apache/maven/plugins/jar/JarMojoTest.java +++ b/src/test/java/org/apache/maven/plugins/jar/JarMojoTest.java @@ -46,7 +46,7 @@ public class JarMojoTest /** * tests the proper discovery and configuration of the mojo * - * @throws Exception + * @throws Exception in case of an error. */ public void testJarTestEnvironment() throws Exception -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.