Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 9624 invoked from network); 11 Oct 2006 13:28:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2006 13:28:03 -0000 Received: (qmail 98202 invoked by uid 500); 11 Oct 2006 13:27:59 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 98116 invoked by uid 500); 11 Oct 2006 13:27:59 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 98105 invoked by uid 99); 11 Oct 2006 13:27:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 06:27:59 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.12.12.141] (HELO smtp804.mail.ukl.yahoo.com) (217.12.12.141) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 11 Oct 2006 06:27:54 -0700 Received: (qmail 42635 invoked from network); 11 Oct 2006 13:27:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=btopenworld.com; h=Received:Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-Antivirus:X-Antivirus-Status; b=1Vc5YhCrwp+9mfwgYPUrS9OyokJihOoWwx+VYtD5OTPR0v8mFBr+MnLC3MjGCo9aXEbFzl4X2IH0b2sjR/dkLZiWj710HAwZy3wUdcivU/aZhPEshIL80pvEDecxLyAxrdUde33PHrwuopDmTSApIyuy5zoom9ogToUytigmj8M= ; Received: from unknown (HELO ?127.0.0.1?) (scolebourne@btinternet.com@81.159.101.173 with plain) by smtp804.mail.ukl.yahoo.com with SMTP; 11 Oct 2006 13:27:31 -0000 Message-ID: <452CF151.1060309@btopenworld.com> Date: Wed, 11 Oct 2006 14:27:45 +0100 From: Stephen Colebourne User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: svn commit: r462772 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java References: <20061011112056.830671A981A@eris.apache.org> In-Reply-To: <20061011112056.830671A981A@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0641-2, 10/10/2006), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N niallp@apache.org wrote: > Remove unused import of UnsupportedEncodingException and modify javadoc references to that class to use fully qualified name. I wouldn't exactly describe it as unused, as it was used by the javadoc. I guess our IDEs must differ because this wasn't showing as a problem for me. Stephen --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org