Skip to content

Commit 2fca4ae

Browse files
fix comments formatting
1 parent 4d2d4d7 commit 2fca4ae

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractDependencyGraphTraversingMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected void visit(DependencyNode g) {
6161
* Visits a node. Called at most once for any node in the dependency tree.
6262
*
6363
* @return true
64-
* if the children should be traversed.
64+
* if the children should be traversed.
6565
*/
6666
protected abstract boolean accept(DependencyNode g);
6767
}

src/main/java/org/jenkinsci/maven/plugins/hpi/AssembleDependenciesMojo.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ public class AssembleDependenciesMojo extends AbstractDependencyGraphTraversingM
5050
* Scopes to include.
5151
*/
5252
// skip test scope as that's not meant to be bundled
53-
// "provided" indicates the plugin assumes that scope is available, so skip that
54-
// as well
53+
// "provided" indicates the plugin assumes that scope is available, so skip that as well
5554
// "system" is not used for plugins
5655
@Parameter
5756
private String scopes = "compile,runtime";

0 commit comments

Comments
 (0)