[EMAIL PROTECTED] wrote:
ant/src/main/org/apache/tools/ant/util/ProxySetup.java
Index: ProxySetup.java
===================================================================
/**
* Code to do proxy setup. This is just factored out of the main
system just for
Just for what?
ok, will fix :)
/**
* Java1.5 property that enables use of system proxies.
* @value
*/
public static final String
USE_SYSTEM_PROXIES="java.net.useSystemProxies";
Annotations?? - @value Why?
@value? You havent met @value yet It puts the value of the constant into
the javadocs. So you can see what a constant is set to in the docs. New
for Java1.4; not a fancy java1.5 thing, oh no.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]