Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D54AAF749 for ; Wed, 29 May 2013 21:14:20 +0000 (UTC) Received: (qmail 65796 invoked by uid 500); 29 May 2013 21:14:20 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 65662 invoked by uid 500); 29 May 2013 21:14:20 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 65649 invoked by uid 99); 29 May 2013 21:14:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 21:14:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A814489D200; Wed, 29 May 2013 21:14:19 +0000 (UTC) From: vafada To: dev@commons.apache.org Subject: commons-lang pull request: update BooleanUtils.toBoolean(String str) javado... Content-Type: text/plain Message-Id: <20130529211419.A814489D200@tyr.zones.apache.org> Date: Wed, 29 May 2013 21:14:19 +0000 (UTC) GitHub user vafada opened a pull request: https://github.com/apache/commons-lang/pull/6 update BooleanUtils.toBoolean(String str) javadoc to reflect changes 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) You can merge this pull request into a Git repository by running: $ git pull https://github.com/vafada/commons-lang trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-lang/pull/6.patch ---- commit fc213473feb6515cb7f4fce0519382dd9db14b9d Author: Mark Yu Date: 2013-05-29T21:06:37Z update BooleanUtils.toBoolean(String str) javadoc to reflect changes to 'y', 't', 'n', 'f' ---- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org