[GitHub] commons-lang pull request: add RandomEnumUtils to operate with ran...

2015-02-23 Thread gabrielruiu
Github user gabrielruiu closed the pull request at: https://github.com/apache/commons-lang/pull/37 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] commons-lang pull request: add RandomEnumUtils to operate with ran...

2014-11-11 Thread gabrielruiu
GitHub user gabrielruiu opened a pull request: https://github.com/apache/commons-lang/pull/37 add RandomEnumUtils to operate with random instances of enum types Added a utility class that returns a random instance of an Enum of a certain provided type. This, I consider, is useful