From 1392a4a1b38fb8c3c6320a165e223feb8f1a1130 Mon Sep 17 00:00:00 2001 From: Jacobus Martinus Kruithof Date: Tue, 28 Feb 2006 12:21:01 +0000 Subject: [PATCH] Removal of trailing ; git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@381642 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/LoadFile.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/LoadFile.java b/src/main/org/apache/tools/ant/taskdefs/LoadFile.java index ba010f288..4d56a74a7 100644 --- a/src/main/org/apache/tools/ant/taskdefs/LoadFile.java +++ b/src/main/org/apache/tools/ant/taskdefs/LoadFile.java @@ -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; /**