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

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

commit e66ffb4bd25273184c99c1c207503d0c8da89a5b
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Nov 27 06:32:10 2025 -0600

    Follow Oracle Javadoc conventions
---
 src/main/java/org/apache/maven/plugins/acr/AcrMojo.java | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/acr/AcrMojo.java 
b/src/main/java/org/apache/maven/plugins/acr/AcrMojo.java
index e7dede3..3393a8a 100644
--- a/src/main/java/org/apache/maven/plugins/acr/AcrMojo.java
+++ b/src/main/java/org/apache/maven/plugins/acr/AcrMojo.java
@@ -171,7 +171,9 @@ public class AcrMojo extends AbstractMojo {
         this.mavenFileFilter = mavenFileFilter;
     }
 
-    /** {@inheritDoc} */
+    /**
+     * {@inheritDoc}
+     */
     public void execute() throws MojoExecutionException {
         if (getLog().isInfoEnabled()) {
             getLog().info("Building JavaEE Application client: " + jarName);
@@ -276,7 +278,7 @@ public class AcrMojo extends AbstractMojo {
      * Get the encoding from an XML-file.
      *
      * @param xmlFile the XML-file
-     * @return The encoding of the XML-file, or UTF-8 if it's not specified in 
the file
+     * @return the encoding of the XML-file, or UTF-8 if it's not specified in 
the file
      * @throws IOException if an error occurred while reading the file
      */
     private String getEncoding(Path xmlFile) throws IOException {

Reply via email to