Author: khmarbaise
Date: Sun Sep 3 00:42:17 2017
New Revision: 1807117
URL: http://svn.apache.org/viewvc?rev=1807117&view=rev
Log:
Fixed checkstyle reported error.
Modified:
maven/plugins/trunk/maven-jmod-plugin/src/main/java/org/apache/maven/plugins/jmod/AbstractJModMojo.java
Modified:
maven/plugins/trunk/maven-jmod-plugin/src/main/java/org/apache/maven/plugins/jmod/AbstractJModMojo.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/main/java/org/apache/maven/plugins/jmod/AbstractJModMojo.java?rev=1807117&r1=1807116&r2=1807117&view=diff
==============================================================================
---
maven/plugins/trunk/maven-jmod-plugin/src/main/java/org/apache/maven/plugins/jmod/AbstractJModMojo.java
(original)
+++
maven/plugins/trunk/maven-jmod-plugin/src/main/java/org/apache/maven/plugins/jmod/AbstractJModMojo.java
Sun Sep 3 00:42:17 2017
@@ -39,8 +39,9 @@ import org.codehaus.plexus.util.cli.Comm
import org.codehaus.plexus.util.cli.Commandline;
/**
- * This contains the code to handle toolchains and the execution of the
command which is similar to code in maven-jlink-plugin
- * (maven-jdeps-plugin?). Later we need to think about a way to combine that
code to reduce duplication.
+ * This contains the code to handle toolchains and the execution of the
command which is similar to code in
+ * maven-jlink-plugin (maven-jdeps-plugin?). Later we need to think about a
way to combine that code to reduce
+ * duplication.
*
* @author Karl Heinz Marbaise <a
href="mailto:[email protected]">[email protected]</a>
*/