|
@@ -15,7 +15,6 @@ |
|
|
* limitations under the License. |
|
|
* limitations under the License. |
|
|
* |
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
package org.apache.tools.ant.util; |
|
|
package org.apache.tools.ant.util; |
|
|
|
|
|
|
|
|
import org.apache.tools.ant.Project; |
|
|
import org.apache.tools.ant.Project; |
|
@@ -69,7 +68,6 @@ public class ProxySetup { |
|
|
/** the socks proxy password property */ |
|
|
/** the socks proxy password property */ |
|
|
public static final String SOCKS_PROXY_PASSWORD = "java.net.socks.password"; |
|
|
public static final String SOCKS_PROXY_PASSWORD = "java.net.socks.password"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* create a proxy setup class bound to this project |
|
|
* create a proxy setup class bound to this project |
|
|
* @param owner the project that owns this setup. |
|
|
* @param owner the project that owns this setup. |
|
|