java doc says 1.3
Index: SystemUtils.java
===================================================================
RCS file: /home/cvspublic/jakarta-commons/lang/src/java/org/apache/commons/lang/SystemUtils.java,v
retrieving revision 1.2
diff -u -w -r1.2 SystemUtils.java
--- SystemUtils.java 25 Aug 2002 22:17:53 -0000 1.2
+++ SystemUtils.java 9 Oct 2002 12:02: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.");
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>