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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new b780c2989 Javadoc
b780c2989 is described below
commit b780c2989ebc3423ead8637c48afd20cbf9f805e
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 22 22:23:17 2026 -0700
Javadoc
---
.../apache/commons/collections4/map/ConcurrentReferenceHashMap.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 79e8e40f9..c7cdea395 100644
---
a/src/main/java/org/apache/commons/collections4/map/ConcurrentReferenceHashMap.java
+++
b/src/main/java/org/apache/commons/collections4/map/ConcurrentReferenceHashMap.java
@@ -622,7 +622,7 @@ public class ConcurrentReferenceHashMap<K, V> extends
AbstractMap<K, V> implemen
}
/**
- * Behavior-changing configuration options for the map
+ * Enumerates eehavior-changing configuration options for the map.
*/
public enum Option {
@@ -634,7 +634,7 @@ public class ConcurrentReferenceHashMap<K, V> extends
AbstractMap<K, V> implemen
}
/**
- * An option specifying which Java reference type should be used to refer
to a key and/or value.
+ * Enumerates which Java reference type should be used to refer to a key
and/or value.
*/
public enum ReferenceType {