rfscholte commented on a change in pull request #4: [MJDEPS-16] jdeps now 
verifies transitive dependencies
URL: https://github.com/apache/maven-jdeps-plugin/pull/4#discussion_r306932179
 
 

 ##########
 File path: src/main/java/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.java
 ##########
 @@ -79,15 +79,23 @@
      */
     @Parameter( defaultValue = "true", property = "jdeps.failOnWarning" )
     private boolean failOnWarning;
-    
+
     /**
      * Specifies the version when processing multi-release JAR files version 
should be an integer >=9 or base.
-     * 
+     *
      * @since 3.1.1
      */
     @Parameter( property = "jdeps.multiRelease" )
     private String multiRelease;
-    
+
+    /**
+     * Specifies the version when processing multi-release JAR files version 
should be an integer >=9 or base.
 
 Review comment:
   This comment doesn't make sense, it is a copy/paste error from 
`multiRelease` ;)

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to