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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4a17de9  Fix Javadoc issues per Oracle conventions (#89)
4a17de9 is described below

commit 4a17de97946ed47746e6e408fb169fc57f1b1b27
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sat Dec 27 12:49:19 2025 +0000

    Fix Javadoc issues per Oracle conventions (#89)
---
 src/main/java/org/apache/maven/plugins/jmod/AbstractJModMojo.java | 8 ++++----
 src/main/java/org/apache/maven/plugins/jmod/JModCreateMojo.java   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/jmod/AbstractJModMojo.java 
b/src/main/java/org/apache/maven/plugins/jmod/AbstractJModMojo.java
index f378a2c..09521ea 100644
--- a/src/main/java/org/apache/maven/plugins/jmod/AbstractJModMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jmod/AbstractJModMojo.java
@@ -58,7 +58,7 @@ public abstract class AbstractJModMojo extends AbstractMojo {
      * Specify the requirements for this JDK toolchain. This overrules the 
toolchain selected by the
      * maven-toolchain-plugin.
      * </p>
-     * <strong>note:</strong> requires at least Maven 3.3.1
+     * <strong>note:</strong> requires at least Maven 3.3.1.
      */
     @Parameter
     private Map<String, String> jdkToolchain;
@@ -185,10 +185,10 @@ public abstract class AbstractJModMojo extends 
AbstractMojo {
     }
 
     /**
-     * Convert a list into a
+     * Convert a list into a.
      *
-     * @param modules The list of modules.
-     * @return The string with the module list which is separated by {@code ,}.
+     * @param modules the list of modules
+     * @return the string with the module list which is separated by {@code ,}
      */
     protected String getCommaSeparatedList(List<String> modules) {
         StringBuilder sb = new StringBuilder();
diff --git a/src/main/java/org/apache/maven/plugins/jmod/JModCreateMojo.java 
b/src/main/java/org/apache/maven/plugins/jmod/JModCreateMojo.java
index 24c7162..8697253 100644
--- a/src/main/java/org/apache/maven/plugins/jmod/JModCreateMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jmod/JModCreateMojo.java
@@ -174,7 +174,7 @@ public class JModCreateMojo extends AbstractJModMojo {
     private String moduleVersion;
 
     /**
-     * <code>--do-not-resolve-by-default</code> Exclude from the default root 
set of modules
+     * <code>--do-not-resolve-by-default</code> Exclude from the default root 
set of modules.
      */
     @Parameter(defaultValue = "false")
     private boolean doNotResolveByDefault;

Reply via email to