Browse Source

ws

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@556977 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
0ea31bf5bf
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/main/org/apache/tools/ant/util/ProxySetup.java

+ 0
- 2
src/main/org/apache/tools/ant/util/ProxySetup.java View File

@@ -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.


Loading…
Cancel
Save