From 0ea31bf5bf6d04b8b916542bf9a3ef0d3d37d56c Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 17 Jul 2007 17:24:07 +0000 Subject: [PATCH] ws git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@556977 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/util/ProxySetup.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/util/ProxySetup.java b/src/main/org/apache/tools/ant/util/ProxySetup.java index f5b459ca6..5be1e27bd 100644 --- a/src/main/org/apache/tools/ant/util/ProxySetup.java +++ b/src/main/org/apache/tools/ant/util/ProxySetup.java @@ -15,7 +15,6 @@ * limitations under the License. * */ - package org.apache.tools.ant.util; import org.apache.tools.ant.Project; @@ -69,7 +68,6 @@ public class ProxySetup { /** the socks proxy password property */ public static final String SOCKS_PROXY_PASSWORD = "java.net.socks.password"; - /** * create a proxy setup class bound to this project * @param owner the project that owns this setup.