Repository: ant
Updated Branches:
  refs/heads/master 17ebe7ad3 -> 06c4fc609


fix some comments


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/89dc07df
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/89dc07df
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/89dc07df

Branch: refs/heads/master
Commit: 89dc07df9efcb13ab1c2f5caf8b0cd0365e905aa
Parents: 17ebe7a
Author: Stefan Bodewig <bode...@apache.org>
Authored: Fri Feb 13 07:01:30 2015 +0100
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Fri Feb 13 07:01:30 2015 +0100

----------------------------------------------------------------------
 src/main/org/apache/tools/ant/util/JavaEnvUtils.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/89dc07df/src/main/org/apache/tools/ant/util/JavaEnvUtils.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/tools/ant/util/JavaEnvUtils.java 
b/src/main/org/apache/tools/ant/util/JavaEnvUtils.java
index 2f27cfe..df77820 100644
--- a/src/main/org/apache/tools/ant/util/JavaEnvUtils.java
+++ b/src/main/org/apache/tools/ant/util/JavaEnvUtils.java
@@ -236,8 +236,8 @@ public final class JavaEnvUtils {
      * Compares the current Java version to the passed in String -
      * assumes the argument is one of the constants defined in this
      * class.
-     * Note that Ant now requires JDK 1.4+ so {@link #JAVA_1_0} through
-     * {@link #JAVA_1_3} need no longer be tested for.
+     * Note that Ant now requires JDK 1.5+ so {@link #JAVA_1_0} through
+     * {@link #JAVA_1_4} need no longer be tested for.
      * @param version the version to check against the current version.
      * @return true if the version of Java is the same as the given version.
      * @since Ant 1.5
@@ -250,8 +250,8 @@ public final class JavaEnvUtils {
      * Compares the current Java version to the passed in String -
      * assumes the argument is one of the constants defined in this
      * class.
-     * Note that Ant now requires JDK 1.4+ so {@link #JAVA_1_0} through
-     * {@link #JAVA_1_3} need no longer be tested for.
+     * Note that Ant now requires JDK 1.5+ so {@link #JAVA_1_0} through
+     * {@link #JAVA_1_4} need no longer be tested for.
      * @param version the version to check against the current version.
      * @return true if the version of Java is the same or higher than the
      * given version.

Reply via email to