GitHub user apirom9 opened a pull request:
https://github.com/apache/commons-lang/pull/378
add more test cases to use ImmutablePair class as key for java.util.HashMap
and java.utilâ¦
â¦.TreeMap
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apirom9/commons-lang master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/378.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #378
----
commit e4e92570188763170f9291f62cd388e7e5b9d119
Author: Apirom Na Nakorn <apirom9@...>
Date: 2018-10-30T15:28:31Z
add test use ImmutablePair class with java.util.HashMap and
java.util.TreeMap
----
---