Browse Source

Less tautology

master
Gintas Grigelionis 7 years ago
parent
commit
b1522dd370
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      manual/proxy.html

+ 3
- 3
manual/proxy.html View File

@@ -61,9 +61,9 @@
<p> <p>
When Ant starts up, if the <code>-autoproxy</code> command is When Ant starts up, if the <code>-autoproxy</code> command is
supplied, Ant sets the <code>java.net.useSystemProxies</code> system supplied, Ant sets the <code>java.net.useSystemProxies</code> system
property. This tells a Java 5+ JVM to use the current set of
property settings of the host environment. Other JVMs, such as the
Kaffe and Apache Harmony runtimes, may also use this property in
property. This tells a Java 5+ runtime to use the current set of
property settings of the host environment. Other JVMs, such as
Kaffe and Apache Harmony, may also use this property in
future. It is ignored on the Java 1.4 and earlier runtimes. future. It is ignored on the Java 1.4 and earlier runtimes.
</p> </p>
<p> <p>


Loading…
Cancel
Save