Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update BooleanUtils.toBoolean(String str) javadoc to reflect changes #6

Closed
wants to merge 1 commit into from
Closed

Conversation

vafada
Copy link

@vafada vafada commented May 29, 2013

the update to 2.4 to 2.6, particularly LANG-633 broke how BooleanUtils.toBoolean(String str) works.

apache 2.4 BooleanUtils.toBoolean("Y") = false

apache 2.6 BooleanUtils.toBoolean("Y") = true

this pull request updates the javadoc for BooleanUtils.toBoolean(String str) and BooleanUtils.toBooleanObject(final String str)

basically these two method now accepts the following strings "y", "n", "t", "f" (case insensitive)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant