verhas opened a new pull request #468: Boolean utils little cleanup URL: https://github.com/apache/commons-lang/pull/468 Some of the boxing and unboxing operations remained in the code since the pre Java 1.4 era. The documentation was extended where I felt that a non-native English speaker may need more words. Also, some more examples were added to the JavaDoc documentation. Mainly the behavior of boolean to Integer/String etc. conversions were not defined when `trueValue` and `falseValue` and/or other parameters are the same.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
