Tests on our AS/400 shows the value to be "OS/400".

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1565487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-02-06 23:44:53 +00:00
parent d6a556dad7
commit af54765d0c
1 changed files with 1 additions and 1 deletions

View File

@ -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>