You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Steve Downey <st...@netfolio.com> on 2002/10/28 05:42:23 UTC

[lang] SystemUtils.java doc patch

-    /** 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.");