cstamas commented on a change in pull request #125:
URL: https://github.com/apache/maven-resolver/pull/125#discussion_r723889022



##########
File path: 
maven-resolver-api/src/main/java/org/eclipse/aether/DefaultSessionData.java
##########
@@ -81,4 +82,8 @@ public Object get( Object key )
         return data.get( key );
     }
 
+    public Object computeIfAbsent( Object key, Function<Object, Object> 
mappingFunction )

Review comment:
       am +1 for both: leave as is (method in CM is defined for a reason like 
this), or supplier. Actually:
   * +1 leave as is (least effort)
   * +0.9 for Supplier
   :smile: 




-- 
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]


Reply via email to