ggregory 2003/10/23 14:48:28
Modified: lang/src/java/org/apache/commons/lang SystemUtils.java
Log:
Javadoc 1.4.2 fix.
Revision Changes Path
1.26 +3 -3
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.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- SystemUtils.java 23 Oct 2003 03:55:34 -0000 1.25
+++ SystemUtils.java 23 Oct 2003 21:48:28 -0000 1.26
@@ -639,8 +639,8 @@
public static final boolean IS_OS_SUN_OS = getOSMatches("SunOS");
/**
- * <p>Is <code>true</code> if this is POSIX compilant system,
- * ie. any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.</p>
+ * <p>Is <code>true</code> if this is a POSIX compilant system,
+ * as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.</p>
*
* <p>The field will return <code>false</code> if <code>OS_NAME</code> is
* <code>null</code>.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]