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:
Benedikt Ritter 2014-03-29 10:48:02 +00:00
parent 1113ab56bc
commit d00ee004b0
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ public class SystemUtils {
/**
* <p>
* The {@code file.separator} System Property.
* The {@code file.separator} System Property.
* The file separator is:
* <ul>
* <li>{@code "/"}</code> on UNIX</li>
@ -969,7 +969,7 @@ public class SystemUtils {
* @since 2.0
*/
public static final boolean IS_OS_HP_UX = getOSMatchesName("HP-UX");
/**
* <p>
* Is {@code true} if this is IBM OS/400.