aherbert commented on PR #538:
URL: 
https://github.com/apache/commons-collections/pull/538#issuecomment-2324843713

   This being a compile error, you can you adjust your code to allow it to 
compile. E.g. can you give the compiler a hint on the method to call:
   ```java
   String string = MapUtils.getString(new HashMap<>(), key: "key", 
defaultValue: (String) null);
   ```
   I presume your old code that was was previously compiled against 4.4 does 
not have a runtime error when running against 4.5 (i.e. the JVM links the 
method correctly).
   


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