File tree 2 files changed +4
-4
lines changed
src/main/java/org/apache/commons/lang3
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ public boolean isEndedBy(final T element) {
485
485
}
486
486
487
487
/**
488
- * Whether or not the Range is using the natural ordering of the elements.
488
+ * Tests whether or not the Range is using the natural ordering of the elements.
489
489
*
490
490
* <p>Natural ordering uses an internal comparator implementation, thus this
491
491
* method is the only way to check if a null comparator was specified.</p>
@@ -497,7 +497,7 @@ public boolean isNaturalOrdering() {
497
497
}
498
498
499
499
/**
500
- * Checks whether this range is overlapped by the specified range.
500
+ * Tests whether this range is overlapped by the specified range.
501
501
*
502
502
* <p>Two ranges overlap if there is at least one element in common.</p>
503
503
*
@@ -518,7 +518,7 @@ public boolean isOverlappedBy(final Range<T> otherRange) {
518
518
}
519
519
520
520
/**
521
- * Checks whether this range starts with the specified element.
521
+ * Tests whether this range starts with the specified element.
522
522
*
523
523
* @param element the element to check for, null returns false
524
524
* @return true if the specified element occurs within this range
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public NumericEntityUnescaper(final OPTION... options) {
89
89
}
90
90
91
91
/**
92
- * Whether the passed in option is currently set.
92
+ * Tests whether the passed in option is currently set.
93
93
*
94
94
* @param option to check state of
95
95
* @return whether the option is set
You can’t perform that action at this time.
0 commit comments