Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1408273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
350cf8c2da
commit
8df49927b1
|
@ -112,7 +112,12 @@ public class SystemUtils {
|
|||
|
||||
/**
|
||||
* <p>
|
||||
* The {@code file.separator} System Property. File separator (<code>"/"</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
|
||||
|
|
Loading…
Reference in New Issue