s8sankalp commented on code in PR #706:
URL:
https://github.com/apache/commons-collections/pull/706#discussion_r3563557613
##########
src/main/java/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.java:
##########
@@ -114,6 +114,13 @@ public Set<K> keySet() {
return UnmodifiableSet.unmodifiableSet(decorated().keySet());
}
+ /**
+ * {@inheritDoc}
+ * <p>
+ * The returned map iterator's {@link MapIterator#setValue(Object)} method
is not supported
Review Comment:
Thanks for the review and the explanation. That makes sense. I understand
the concern about the review effort, and I'm happy to close this PR and focus
on bug fixes instead.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]