DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13391>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13391

Javadoc nit

           Summary: Javadoc nit
           Product: Commons
           Version: 1.0 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Lang
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to