bayard 2002/10/29 11:47:02 Modified: lang/src/java/org/apache/commons/lang SystemUtils.java Log: Javadoc fix, submitted by Ville Skytta. Revision Changes Path 1.3 +2 -2 jakarta-commons/lang/src/java/org/apache/commons/lang/SystemUtils.java Index: SystemUtils.java =================================================================== RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/SystemUtils.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SystemUtils.java 25 Aug 2002 22:17:53 -0000 1.2 +++ SystemUtils.java 29 Oct 2002 19:47:02 -0000 1.3 @@ -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:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>