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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to