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 05324EC80 for ; Sun, 24 Feb 2013 20:21:55 +0000 (UTC) Received: (qmail 36005 invoked by uid 500); 24 Feb 2013 20:21:54 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 35916 invoked by uid 500); 24 Feb 2013 20:21:54 -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 35908 invoked by uid 99); 24 Feb 2013 20:21:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2013 20:21:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simone.tripodi@gmail.com designates 209.85.219.45 as permitted sender) Received: from [209.85.219.45] (HELO mail-oa0-f45.google.com) (209.85.219.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2013 20:21:49 +0000 Received: by mail-oa0-f45.google.com with SMTP id o6so2248714oag.18 for ; Sun, 24 Feb 2013 12:21:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=dnidQ+kBx7jbO1kbL4QaX+lRG9xfSb/jz+1sYo2pK9Q=; b=sPxQx9VIxa5/JRdHCgSkspcfUIpd7goUaaeicCmebxrS9g8PEjUdcG4kYIESG28hOe P6k80xXKKXUa4gP3FJAp7JgUmPf6pVqhgLKaEbzQvJwJ3vdrNL9qiEUEOPQwX0xk5GQt 2c3aAQtlKZC9swQmSvTnmKXUChYpZydL+ZYARv7ZCGEcT6ztNCRdK28DR/1+yMuR1zZj ZhBQrgoI3n7PH3gqOB9FlWNnBtZfyxoRI534ZprzRZV91B6WESme9YVphhB7VHJXdaY/ f+ZcAKo4mhuNykgpkabhGMaHnV6IoO/wZuT0/2lgwNSlFdHk25FwFuCtWPmzO/P9/ng+ 7+iQ== MIME-Version: 1.0 X-Received: by 10.60.30.131 with SMTP id s3mr5607591oeh.106.1361737288702; Sun, 24 Feb 2013 12:21:28 -0800 (PST) Sender: simone.tripodi@gmail.com Received: by 10.60.31.40 with HTTP; Sun, 24 Feb 2013 12:21:28 -0800 (PST) In-Reply-To: <20130224121014.7AC4C2388900@eris.apache.org> References: <20130224121014.7AC4C2388900@eris.apache.org> Date: Sun, 24 Feb 2013 21:21:28 +0100 X-Google-Sender-Auth: 7NRfXZcou2NHXio5j5VvwdxJhTY Message-ID: Subject: Re: svn commit: r1449465 - in /commons/proper/beanutils/trunk/src: changes/changes.xml main/java/org/apache/commons/beanutils/MethodUtils.java test/java/org/apache/commons/beanutils/MethodUtilsTestCase.java From: Simone Tripodi To: dev@commons.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi again, + private static Object[] toArray(Object arg) { + Object[] args = {arg}; + if (arg == null) { + args = null; + } + return args; + } as I wrote you in the other email. best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org