Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0
-
None
-
None
-
Operating System: other
Platform: Other
-
13391
Description
Noticed this one today (commons-lang javadocs):
Index: src/java/org/apache/commons/lang/SystemUtils.java
===================================================================
RCS file:
/home/cvspublic/jakarta-commons/lang/src/java/org/apache/commons/lang/SystemUtils.java,v
retrieving revision 1.2
diff -a -u -r1.2 SystemUtils.java
— src/java/org/apache/commons/lang/SystemUtils.java 25 Aug 2002 22:17:53 -0000 1.2
+++ src/java/org/apache/commons/lang/SystemUtils.java 7 Oct 2002 22:38:07 -0000
@@ -305,7 +305,7 @@
public static final boolean IS_JAVA_1_3 = JAVA_VERSION.startsWith("1.3.");
/** True iff this is Java version 1.4. */
public static final boolean IS_JAVA_1_4 = JAVA_VERSION.startsWith("1.4.");
- /** True iff this is Java version 1.3. */
+ /** True iff this is Java version 1.5. */
public static final boolean IS_JAVA_1_5 = JAVA_VERSION.startsWith("1.5.");