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:
parent
d6a556dad7
commit
af54765d0c
|
@ -968,7 +968,7 @@ public class SystemUtils {
|
||||||
*
|
*
|
||||||
* @since 3.3
|
* @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>
|
* <p>
|
||||||
|
|
Loading…
Reference in New Issue