GitHub user patrick-a-cavanaugh opened a pull request: https://github.com/apache/commons-lang/pull/13
Update ImmutablePair to be not final The sibling class MutablePair is not final, and the JavaDoc for ImmutablePair also states it is not final: "The class is also not {@code final}, so a subclass could add undesirable behaviour". You can merge this pull request into a Git repository by running: $ git pull https://github.com/patrick-a-cavanaugh/commons-lang patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-lang/pull/13.patch ---- commit 0fb96b2456f0f6b233948d8664ed784bdada8ca9 Author: patrick-a-cavanaugh <m...@patcavanaugh.info> Date: 2014-01-14T20:07:31Z Update ImmutablePair to be not final The sibling class MutablePair is not final, and the JavaDoc for ImmutablePair also states it is not final: "The class is also not {@code final}, so a subclass could add undesirable behaviour". ---- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org