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.