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

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new c177fe22 {@link } JavaDoc refs missing in the output of mvnd --help
c177fe22 is described below

commit c177fe220eb620357e71993af888516ea475fe6e
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Sun May 21 21:14:21 2023 +0200

    {@link } JavaDoc refs missing in the output of mvnd --help
---
 common/src/main/java/org/mvndaemon/mvnd/common/Environment.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/src/main/java/org/mvndaemon/mvnd/common/Environment.java 
b/common/src/main/java/org/mvndaemon/mvnd/common/Environment.java
index 49d5e9a1..63d299d7 100644
--- a/common/src/main/java/org/mvndaemon/mvnd/common/Environment.java
+++ b/common/src/main/java/org/mvndaemon/mvnd/common/Environment.java
@@ -226,17 +226,17 @@ public enum Environment {
     MVND_CORE_EXTENSIONS("mvnd.coreExtensions", null, null, OptionType.STRING, 
Flags.DISCRIMINATING | Flags.INTERNAL),
     /**
      * The <code>-Xms</code> value to pass to the daemon.
-     * This option takes precedence over options specified in {@link 
#MVND_JVM_ARGS}.
+     * This option takes precedence over options specified in 
<code>-Dmvnd.jvmArgs</code>.
      */
     MVND_MIN_HEAP_SIZE("mvnd.minHeapSize", null, null, OptionType.MEMORY_SIZE, 
Flags.DISCRIMINATING | Flags.OPTIONAL),
     /**
      * The <code>-Xmx</code> value to pass to the daemon.
-     * This option takes precedence over options specified in {@link 
#MVND_JVM_ARGS}.
+     * This option takes precedence over options specified in 
<code>-Dmvnd.jvmArgs</code>.
      */
     MVND_MAX_HEAP_SIZE("mvnd.maxHeapSize", null, null, OptionType.MEMORY_SIZE, 
Flags.DISCRIMINATING | Flags.OPTIONAL),
     /**
      * The <code>-Xss</code> value to pass to the daemon.
-     * This option takes precedence over options specified in {@link 
#MVND_JVM_ARGS}.
+     * This option takes precedence over options specified in 
<code>-Dmvnd.jvmArgs</code>.
      */
     MVND_THREAD_STACK_SIZE(
             "mvnd.threadStackSize", null, null, OptionType.MEMORY_SIZE, 
Flags.DISCRIMINATING | Flags.OPTIONAL),

Reply via email to