[ https://issues.apache.org/jira/browse/LANG-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sebb resolved LANG-896. ----------------------- Resolution: Fixed Fix Version/s: 3.2 URL: http://svn.apache.org/r1488041 Log: LANG-896 BooleanUtils.toBoolean(String str) javadoc is not updated Modified: commons/proper/lang/trunk/src/changes/changes.xml commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/BooleanUtils.java commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/BooleanUtilsTest.java > BooleanUtils.toBoolean(String str) javadoc is not updated. > ---------------------------------------------------------- > > Key: LANG-896 > URL: https://issues.apache.org/jira/browse/LANG-896 > Project: Commons Lang > Issue Type: Bug > Reporter: Mark Bryan Yu > Fix For: 3.2 > > > the commit in LANG-633 broke how BooleanUtils.toBoolean(String str) works. > apache 2.5 and below BooleanUtils.toBoolean("Y") = false > apache 2.6 and above BooleanUtils.toBoolean("Y") = true > the javadocs needs to be updated on how parsing a string works. > github pull request: > https://github.com/apache/commons-lang/pull/6 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira