ethanwood17 opened a new pull request #418: Changing switch statement to if/else statement for greater clarity URL: https://github.com/apache/commons-lang/pull/418 Switch statement with only 2 branches seems unnecessary unless future additions are planned. If not, converting to if/else seems clearer.
---------------------------------------------------------------- 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
