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

List:       jakarta-commons-dev
Subject:    (commons-lang) branch master updated: Normalize setter Javadoc
From:       ggregory () apache ! org
Date:       2023-10-31 11:13:34
Message-ID: 169875081487.1702408.14153286246954258375 () 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-lang.git


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

commit 5b5656a8b403fd91284b0d2acc893dac7ebd5c29
Author: Gary Gregory <garydgregory@gmail.com>
AuthorDate: Tue Oct 31 07:13:30 2023 -0400

    Normalize setter Javadoc
---
 .../java/org/apache/commons/lang3/builder/EqualsBuilder.java   | 10 +++++-----
 src/main/java/org/apache/commons/lang3/text/StrTokenizer.java  |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/java/org/apache/commons/lang3/builder/EqualsBuilder.java \
b/src/main/java/org/apache/commons/lang3/builder/EqualsBuilder.java index \
                b34e9d390..5b7d393e7 100644
--- a/src/main/java/org/apache/commons/lang3/builder/EqualsBuilder.java
+++ b/src/main/java/org/apache/commons/lang3/builder/EqualsBuilder.java
@@ -219,7 +219,7 @@ public class EqualsBuilder implements Builder<Boolean> {
     }
 
     /**
-     * Set whether to include transient fields when reflectively comparing objects.
+     * Sets whether to include transient fields when reflectively comparing objects.
      * @param testTransients whether to test transient fields
      * @return this
      * @since 3.6
@@ -230,7 +230,7 @@ public class EqualsBuilder implements Builder<Boolean> {
     }
 
     /**
-     * Set whether to test fields recursively, instead of using their equals method, \
when reflectively comparing objects. +     * Sets whether to test fields recursively, \
                instead of using their equals method, when reflectively comparing \
                objects.
      * String objects, which cache a hash value, are automatically excluded from \
                recursive testing.
      * You may specify other exceptions by calling {@link \
                #setBypassReflectionClasses(List)}.
      * @param testRecursive whether to do a recursive test
@@ -244,7 +244,7 @@ public class EqualsBuilder implements Builder<Boolean> {
     }
 
     /**
-     * Set {@link Class}es whose instances should be compared by calling their \
{@code equals} +     * Sets {@link Class}es whose instances should be compared by \
                calling their {@code equals}
      * although being in recursive mode. So the fields of theses classes will not be \
                compared recursively by reflection.
      *
      * <p>Here you should name classes having non-transient fields which are cache \
fields being set lazily.<br> @@ -262,7 +262,7 @@ public class EqualsBuilder \
implements Builder<Boolean> {  }
 
     /**
-     * Set the superclass to reflect up to at reflective tests.
+     * Sets the superclass to reflect up to at reflective tests.
      * @param reflectUpToClass the super class to reflect up to
      * @return this
      * @since 3.6
@@ -273,7 +273,7 @@ public class EqualsBuilder implements Builder<Boolean> {
     }
 
     /**
-     * Set field names to be excluded by reflection tests.
+     * Sets field names to be excluded by reflection tests.
      * @param excludeFields the fields to exclude
      * @return this
      * @since 3.6
diff --git a/src/main/java/org/apache/commons/lang3/text/StrTokenizer.java \
b/src/main/java/org/apache/commons/lang3/text/StrTokenizer.java index \
                3236329a6..3711e13de 100644
--- a/src/main/java/org/apache/commons/lang3/text/StrTokenizer.java
+++ b/src/main/java/org/apache/commons/lang3/text/StrTokenizer.java
@@ -898,7 +898,7 @@ public class StrTokenizer implements ListIterator<String>, \
Cloneable {  }
 
     /**
-     * Set the quote matcher to use.
+     * Sets the quote matcher to use.
      * <p>
      * The quote character is used to wrap data between the tokens.
      * This enables delimiters to be entered as data.
@@ -944,7 +944,7 @@ public class StrTokenizer implements ListIterator<String>, \
Cloneable {  }
 
     /**
-     * Set the matcher for characters to ignore.
+     * Sets the matcher for characters to ignore.
      * <p>
      * These characters are ignored when parsing the String, unless they are
      * within a quoted region.
@@ -961,7 +961,7 @@ public class StrTokenizer implements ListIterator<String>, \
Cloneable {  }
 
     /**
-     * Set the character to ignore.
+     * Sets the character to ignore.
      * <p>
      * This character is ignored when parsing the String, unless it is
      * within a quoted region.


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

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