Remove trailing white spaces
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1113ab56bc
commit
d00ee004b0
|
@ -112,7 +112,7 @@ public class SystemUtils {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* The {@code file.separator} System Property.
|
* The {@code file.separator} System Property.
|
||||||
* The file separator is:
|
* The file separator is:
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>{@code "/"}</code> on UNIX</li>
|
* <li>{@code "/"}</code> on UNIX</li>
|
||||||
|
@ -969,7 +969,7 @@ public class SystemUtils {
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
*/
|
*/
|
||||||
public static final boolean IS_OS_HP_UX = getOSMatchesName("HP-UX");
|
public static final boolean IS_OS_HP_UX = getOSMatchesName("HP-UX");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* Is {@code true} if this is IBM OS/400.
|
* Is {@code true} if this is IBM OS/400.
|
||||||
|
|
Loading…
Reference in New Issue