[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    (commons-weaver) branch master updated: Normalize setter Javadoc
From:       ggregory () apache ! org
Date:       2023-10-31 11:20:10
Message-ID: 169875121059.1718090.14252383534119642804 () gitbox2-he-fi ! apache ! org
[Download RAW message or body]

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new 15ac8a5  Normalize setter Javadoc
15ac8a5 is described below

commit 15ac8a5349b20bbccb30ce14414f32f8674d050a
Author: Gary Gregory <garydgregory@gmail.com>
AuthorDate: Tue Oct 31 07:20:06 2023 -0400

    Normalize setter Javadoc
---
 .../java/org/apache/commons/weaver/ant/AbstractWeaverTask.java    | 2 +-
 .../main/java/org/apache/commons/weaver/ant/WeaverSettings.java   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ant/src/main/java/org/apache/commons/weaver/ant/AbstractWeaverTask.java \
b/ant/src/main/java/org/apache/commons/weaver/ant/AbstractWeaverTask.java index \
                5a0dc9f..cf63d89 100644
--- a/ant/src/main/java/org/apache/commons/weaver/ant/AbstractWeaverTask.java
+++ b/ant/src/main/java/org/apache/commons/weaver/ant/AbstractWeaverTask.java
@@ -57,7 +57,7 @@ public abstract class AbstractWeaverTask extends Task {
     }
 
     /**
-     * Set a project reference to a {@link WeaverSettings} object.
+     * Sets a project reference to a {@link WeaverSettings} object.
      * @param refid key
      */
     public void setSettingsRef(final String refid) {
diff --git a/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java \
b/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java index \
                61e630a..ab6017d 100644
--- a/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java
+++ b/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java
@@ -74,7 +74,7 @@ public class WeaverSettings extends DataType {
     }
 
     /**
-     * Set the {@code target} directory.
+     * Sets the {@code target} directory.
      * @param target {@link File}
      */
     public void setTarget(final File target) {
@@ -96,7 +96,7 @@ public class WeaverSettings extends DataType {
     }
 
     /**
-     * Set the {@code classpathref}.
+     * Sets the {@code classpathref}.
      * @param classpathref {@link String}
      */
     public void setClasspathRef(final String classpathref) {
@@ -144,7 +144,7 @@ public class WeaverSettings extends DataType {
     }
 
     /**
-     * Set the {@code classpath}.
+     * Sets the {@code classpath}.
      * @param classpath {@link Path}
      */
     public void setClasspath(final Path classpath) {
@@ -189,7 +189,7 @@ public class WeaverSettings extends DataType {
     }
 
     /**
-     * Set whether to include the system classpath.
+     * Sets whether to include the system classpath.
      * @param includeSystemClasspath the includeSystemClasspath to set
      * @since 1.3
      * @see Path#systemClasspath


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic