You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/10/23 05:17:49 UTC

[karaf] branch master updated: Fix javadoc

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 363ec48  Fix javadoc
363ec48 is described below

commit 363ec48d86280c3cae32fe0911d9f35217d8bf0a
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Oct 23 07:17:37 2020 +0200

    Fix javadoc
---
 .../src/main/java/org/apache/karaf/tooling/AssemblyMojo.java            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/AssemblyMojo.java b/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/AssemblyMojo.java
index 24c1598..7a80f85 100644
--- a/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/AssemblyMojo.java
+++ b/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/AssemblyMojo.java
@@ -100,7 +100,7 @@ public class AssemblyMojo extends MojoSupport {
     protected File featuresProcessing;
 
     /**
-     * If set > 0, the feature resolver concurrency, otherwise it defaults to the machine one.
+     * If greater than 0, the feature resolver concurrency, otherwise it defaults to the machine one.
      */
     @Parameter
     protected int resolverParallelism;