GitHub user apirom9 opened a pull request: https://github.com/apache/commons-lang/pull/379
add tests for use ImmutableTriple as key in java.util.HashMap and java.util.TreeMap add tests for use ImmutableTriple as key in 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 tasks/add-tests-for-immutable-triple Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-lang/pull/379.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 #379 ---- 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 commit 093fcf5eb346f0c02410fe2cd14d3c5aa494c3a0 Author: Apirom Na Nakorn <apirom9@...> Date: 2018-10-30T15:41:40Z format code correctly based on error from Travis CI commit 14f09339452883d0ceb70e8b1b2c82fe80660fe6 Author: Apirom Na Nakorn <apirom9@...> Date: 2018-10-30T15:42:41Z Remove unused space commit ae30de532507099132911e3952ad8e2568d3b219 Author: Apirom Na Nakorn <apirom9@...> Date: 2018-10-30T15:53:53Z add test use ImmutableTriple class with java.util.HashMap and java.util.TreeMap commit 29937f04c6de046ca3456305cdaece81a913b73b Author: Apirom Na Nakorn <apirom9@...> Date: 2018-10-30T15:56:06Z Remove unused space ---- ---