diff --git a/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java b/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java index 346427171..bfaa3f670 100644 --- a/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java +++ b/src/main/java/org/apache/commons/collections4/map/AbstractReferenceMap.java @@ -585,7 +585,10 @@ public abstract class AbstractReferenceMap extends AbstractHashedMap *

* If getKey() or getValue() returns null, it means * the mapping is stale and should be removed. + *

* + * @param the type of the keys + * @param the type of the values * @since 3.1 */ protected static class ReferenceEntry extends HashEntry {