Author: ggregory
Date: Thu Feb  6 23:44:53 2014
New Revision: 1565487

URL: http://svn.apache.org/r1565487
Log:
Tests on our AS/400 shows the value to be "OS/400".

Modified:
    
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java

Modified: 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java?rev=1565487&r1=1565486&r2=1565487&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java
 (original)
+++ 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java
 Thu Feb  6 23:44:53 2014
@@ -968,7 +968,7 @@ public class SystemUtils {
      *
      * @since 3.3
      */
-    public static final boolean IS_OS_ISERIES_5 = getOSMatchesName("i5/OS");
+    public static final boolean IS_OS_ISERIES_5 = getOSMatchesName("OS/400");
 
     /**
      * <p>


Reply via email to