From 7e0698e1a54f7c5fa22c727ece7a3309ed336065 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 25 Jan 2005 15:42:58 +0000 Subject: [PATCH] remove unused import git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277458 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/helper/SingleCheckExecutor.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/org/apache/tools/ant/helper/SingleCheckExecutor.java b/src/main/org/apache/tools/ant/helper/SingleCheckExecutor.java index d1ea3542c..d5301f640 100755 --- a/src/main/org/apache/tools/ant/helper/SingleCheckExecutor.java +++ b/src/main/org/apache/tools/ant/helper/SingleCheckExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2004 The Apache Software Foundation + * Copyright 2004-2005 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. @@ -18,8 +18,6 @@ package org.apache.tools.ant.helper; -import java.util.Vector; - import org.apache.tools.ant.Project; import org.apache.tools.ant.Executor; import org.apache.tools.ant.BuildException;