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 D9048E98A for ; Tue, 22 Jan 2013 15:23:06 +0000 (UTC) Received: (qmail 77123 invoked by uid 500); 22 Jan 2013 15:23:06 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 76929 invoked by uid 500); 22 Jan 2013 15:23:06 -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 76903 invoked by uid 99); 22 Jan 2013 15:23:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2013 15:23:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 688D7822CEF; Tue, 22 Jan 2013 15:23:05 +0000 (UTC) From: jwadamson To: dev@commons.apache.org Subject: commons-lang pull request: StringUtils#repeat(char,int) has arguments in in... Content-Type: text/plain Message-Id: <20130122152305.688D7822CEF@tyr.zones.apache.org> Date: Tue, 22 Jan 2013 15:23:05 +0000 (UTC) GitHub user jwadamson opened a pull request: https://github.com/apache/commons-lang/pull/4 StringUtils#repeat(char,int) has arguments in in reverse order in javadoc examples In StringUtils#repeat(char,int) the javadoc examples have the arguments specified as int,char which is backwards. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jwadamson/commons-lang trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-lang/pull/4.patch ---- commit 064a213139e532ca2923007dc8f3a8408c6e86ac Author: <> Date: ---- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org