diff --git a/src/main/java/org/apache/commons/lang3/SystemUtils.java b/src/main/java/org/apache/commons/lang3/SystemUtils.java index ae87e7c30..3062f9567 100644 --- a/src/main/java/org/apache/commons/lang3/SystemUtils.java +++ b/src/main/java/org/apache/commons/lang3/SystemUtils.java @@ -112,7 +112,12 @@ public class SystemUtils { /** *
- * The {@code file.separator} System Property. File separator ("/"
on UNIX).
+ * The {@code file.separator} System Property.
+ * The file separator is:
+ *
* Defaults to {@code null} if the runtime does not have security access to read this property or the property does