git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1408273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-11-12 13:04:33 +00:00
parent 350cf8c2da
commit 8df49927b1
1 changed files with 6 additions and 1 deletions

View File

@ -112,7 +112,12 @@ public class SystemUtils {
/**
* <p>
* The {@code file.separator} System Property. File separator (<code>&quot;/&quot;</code> on UNIX).
* The {@code file.separator} System Property.
* The file separator is:
* <ul>
* <li>{@code "/"}</code> on UNIX</li>
* <li>{@code "\"}</code> on Windows.</li>
* </ul>
* </p>
* <p>
* Defaults to {@code null} if the runtime does not have security access to read this property or the property does