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 f585b6485 Javadoc
f585b6485 is described below
commit f585b6485b2793b46901e5b2ab16c93bfee30176
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 23 10:49:06 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/lang3/Range.java | 6 +++---
.../apache/commons/lang3/text/translate/NumericEntityUnescaper.java | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/java/org/apache/commons/lang3/Range.java
b/src/main/java/org/apache/commons/lang3/Range.java
index 5b84afae5..436ec4198 100644
--- a/src/main/java/org/apache/commons/lang3/Range.java
+++ b/src/main/java/org/apache/commons/lang3/Range.java
@@ -485,7 +485,7 @@ public boolean isEndedBy(final T element) {
}
/**
- * Whether or not the Range is using the natural ordering of the elements.
+ * Tests whether or not the Range is using the natural ordering of the
elements.
*
* <p>Natural ordering uses an internal comparator implementation, thus
this
* method is the only way to check if a null comparator was specified.</p>
@@ -497,7 +497,7 @@ public boolean isNaturalOrdering() {
}
/**
- * Checks whether this range is overlapped by the specified range.
+ * Tests whether this range is overlapped by the specified range.
*
* <p>Two ranges overlap if there is at least one element in common.</p>
*
@@ -518,7 +518,7 @@ public boolean isOverlappedBy(final Range<T> otherRange) {
}
/**
- * Checks whether this range starts with the specified element.
+ * Tests whether this range starts with the specified element.
*
* @param element the element to check for, null returns false
* @return true if the specified element occurs within this range
diff --git
a/src/main/java/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.java
b/src/main/java/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.java
index d9a452abf..10056a7c1 100644
---
a/src/main/java/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.java
+++
b/src/main/java/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.java
@@ -89,7 +89,7 @@ public NumericEntityUnescaper(final OPTION... options) {
}
/**
- * Whether the passed in option is currently set.
+ * Tests whether the passed in option is currently set.
*
* @param option to check state of
* @return whether the option is set