stevel 2002/11/11 21:54:47
Modified: src/main/org/apache/tools/ant/taskdefs/optional/net
SetProxy.java
Log:
forgot the since tags
Revision Changes Path
1.9 +4 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/net/SetProxy.java
Index: SetProxy.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/net/SetProxy.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- SetProxy.java 11 Nov 2002 07:21:19 -0000 1.8
+++ SetProxy.java 12 Nov 2002 05:54:47 -0000 1.9
@@ -186,7 +186,8 @@
/**
* set the proxy user. Probably requires a password to accompany this
* setting. Default=""
- * @param proxyUser
+ * @param proxyUser username
+ * @since Ant1.6
*/
public void setProxyUser(String proxyUser) {
this.proxyUser = proxyUser;
@@ -194,7 +195,8 @@
/**
* set the password for the proxy. used only if the proxyUser is set
- * @param proxyPassword
+ * @param proxyPassword password to go with the username
+ * @since Ant1.6
*/
public void setProxyPassword(String proxyPassword) {
this.proxyPassword = proxyPassword;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>