This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 9c5f248dd Javadoc
9c5f248dd is described below
commit 9c5f248ddfa32f2b013cd2f7bdc2c36c6125e6e9
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 16 16:00:20 2026 -0400
Javadoc
---
src/main/java/org/apache/commons/collections4/Get.java | 2 +-
.../org/apache/commons/collections4/map/ConcurrentReferenceHashMap.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/collections4/Get.java
b/src/main/java/org/apache/commons/collections4/Get.java
index 33a16bcfc..de9ca7454 100644
--- a/src/main/java/org/apache/commons/collections4/Get.java
+++ b/src/main/java/org/apache/commons/collections4/Get.java
@@ -100,7 +100,7 @@ public interface Get<K, V> {
int size();
/**
- * Gets a a collection view of the values contained in this map.
+ * Gets a Collection view of the values contained in this map.
*
* @return A collection view of the values contained in this map.
* @see Map#values()
diff --git
a/src/main/java/org/apache/commons/collections4/map/ConcurrentReferenceHashMap.java
b/src/main/java/org/apache/commons/collections4/map/ConcurrentReferenceHashMap.java
index 5ada9a46a..f4edcdae5 100644
---
a/src/main/java/org/apache/commons/collections4/map/ConcurrentReferenceHashMap.java
+++
b/src/main/java/org/apache/commons/collections4/map/ConcurrentReferenceHashMap.java
@@ -226,7 +226,7 @@ public class ConcurrentReferenceHashMap<K, V> extends
AbstractMap<K, V> implemen
}
/**
- * Sets the load factor factor, used to control resizing. Resizing may
be performed when the average number of elements per bin exceeds this threshold.
+ * Sets the load factor, used to control resizing. Resizing may be
performed when the average number of elements per bin exceeds this threshold.
*
* @param loadFactor The load factor factor, used to control resizing
* @return {@code this} instance.