Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 57204 invoked from network); 28 Feb 2006 12:21:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Feb 2006 12:21:40 -0000 Received: (qmail 28140 invoked by uid 500); 28 Feb 2006 12:21:26 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 28054 invoked by uid 500); 28 Feb 2006 12:21:26 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 28043 invoked by uid 500); 28 Feb 2006 12:21:25 -0000 Received: (qmail 28040 invoked by uid 99); 28 Feb 2006 12:21:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 04:21:25 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 28 Feb 2006 04:21:25 -0800 Received: (qmail 56974 invoked by uid 65534); 28 Feb 2006 12:21:04 -0000 Message-ID: <20060228122104.56971.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r381642 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadFile.java Date: Tue, 28 Feb 2006 12:21:04 -0000 To: ant-cvs@apache.org From: jkf@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jkf Date: Tue Feb 28 04:21:01 2006 New Revision: 381642 URL: http://svn.apache.org/viewcvs?rev=381642&view=rev Log: Removal of trailing ; Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadFile.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadFile.java URL: http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadFile.java?rev=381642&r1=381641&r2=381642&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadFile.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LoadFile.java Tue Feb 28 04:21:01 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2002,2004-2005 The Apache Software Foundation + * Copyright 2001-2002,2004-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ package org.apache.tools.ant.taskdefs; import java.io.File; -import org.apache.tools.ant.types.resources.FileResource;; +import org.apache.tools.ant.types.resources.FileResource; /** --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org