From 89dc07df9efcb13ab1c2f5caf8b0cd0365e905aa Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 13 Feb 2015 07:01:30 +0100 Subject: [PATCH] fix some comments --- src/main/org/apache/tools/ant/util/JavaEnvUtils.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/org/apache/tools/ant/util/JavaEnvUtils.java b/src/main/org/apache/tools/ant/util/JavaEnvUtils.java index 2f27cfe95..df7782086 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.