diff --git a/src/java/org/apache/commons/lang/SystemUtils.java b/src/java/org/apache/commons/lang/SystemUtils.java index cb08e63c5..ac432d876 100644 --- a/src/java/org/apache/commons/lang/SystemUtils.java +++ b/src/java/org/apache/commons/lang/SystemUtils.java @@ -67,7 +67,7 @@ package org.apache.commons.lang; * @author Gary Gregory * @author Michael Becke * @since 1.0 - * @version $Id: SystemUtils.java,v 1.17 2003/07/08 05:59:58 bayard Exp $ + * @version $Id: SystemUtils.java,v 1.18 2003/07/18 16:48:25 ggregory Exp $ */ public class SystemUtils { @@ -185,7 +185,7 @@ public class SystemUtils { public static final boolean IS_OS_MAC_OSX = getOSMatches("Mac OS X"); /** - *
Is true
if this is Mac.
Is true
if this is OS/2.
The field will return false
if OS_NAME
is
* null
.