From b1522dd37020fee61a1c9175b87f9f80539c2b68 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Wed, 28 Feb 2018 17:00:47 +0100 Subject: [PATCH] Less tautology --- manual/proxy.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/proxy.html b/manual/proxy.html index 4afeceb11..b10d81f4d 100644 --- a/manual/proxy.html +++ b/manual/proxy.html @@ -61,9 +61,9 @@

When Ant starts up, if the -autoproxy command is supplied, Ant sets the java.net.useSystemProxies 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.