Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 80250 invoked from network); 17 Feb 2009 14:03:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2009 14:03:35 -0000 Received: (qmail 44070 invoked by uid 500); 17 Feb 2009 14:03:34 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 43820 invoked by uid 500); 17 Feb 2009 14:03:33 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 43811 invoked by uid 99); 17 Feb 2009 14:03:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 06:03:33 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 14:03:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C3B5C2388882; Tue, 17 Feb 2009 14:03:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r745078 - in /commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters: ArrayConverterTestCase.java IntegerConverterTestCase.java MemoryTestCase.java Date: Tue, 17 Feb 2009 14:03:10 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090217140310.C3B5C2388882@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Tue Feb 17 14:03:10 2009 New Revision: 745078 URL: http://svn.apache.org/viewvc?rev=745078&view=rev Log: Remove unused imports Modified: commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/ArrayConverterTestCase.java commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/IntegerConverterTestCase.java commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/MemoryTestCase.java Modified: commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/ArrayConverterTestCase.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/ArrayConverterTestCase.java?rev=745078&r1=745077&r2=745078&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/ArrayConverterTestCase.java (original) +++ commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/ArrayConverterTestCase.java Tue Feb 17 14:03:10 2009 @@ -20,8 +20,6 @@ import java.util.ArrayList; import java.util.Locale; -import org.apache.commons.beanutils.ConversionException; - import junit.framework.TestCase; import junit.framework.TestSuite; Modified: commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/IntegerConverterTestCase.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/IntegerConverterTestCase.java?rev=745078&r1=745077&r2=745078&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/IntegerConverterTestCase.java (original) +++ commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/IntegerConverterTestCase.java Tue Feb 17 14:03:10 2009 @@ -17,13 +17,8 @@ package org.apache.commons.beanutils.converters; -import java.text.DecimalFormat; -import java.text.NumberFormat; -import java.util.Locale; - import junit.framework.TestSuite; -import org.apache.commons.beanutils.ConversionException; import org.apache.commons.beanutils.Converter; Modified: commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/MemoryTestCase.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/MemoryTestCase.java?rev=745078&r1=745077&r2=745078&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/MemoryTestCase.java (original) +++ commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/MemoryTestCase.java Tue Feb 17 14:03:10 2009 @@ -21,8 +21,6 @@ import org.apache.commons.beanutils.Converter; import org.apache.commons.beanutils.ConvertUtils; -import org.apache.commons.beanutils.ConversionException; - import junit.framework.TestCase; /**