Prodigysov commented on a change in pull request #123: [COLLECTIONS-739] Fix
inconsistent @throws comments in DefaultedMap
URL:
https://github.com/apache/commons-collections/pull/123#discussion_r355864553
##########
File path: src/main/java/org/apache/commons/collections4/map/DefaultedMap.java
##########
@@ -110,7 +110,7 @@
*/
public static <K, V> DefaultedMap<K, V> defaultedMap(final Map<K, V> map,
final Factory<? extends V> factory) {
if (factory == null) {
Review comment:
Changed to use `Objects.requireNonNull` (I noticed and followed commit
513ae545ee2b333f62f8ff989e1da161d807d76d)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services