Author: ggregory
Date: Mon Nov 12 13:04:33 2012
New Revision: 1408273

URL: http://svn.apache.org/viewvc?rev=1408273&view=rev
Log:
Javadoc.

Modified:
    
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java

Modified: 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java?rev=1408273&r1=1408272&r2=1408273&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java
 (original)
+++ 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java
 Mon Nov 12 13:04:33 2012
@@ -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


Reply via email to