From 8df49927b11b237aa99c377cc5c73c8aedea579f Mon Sep 17 00:00:00 2001
From: "Gary D. Gregory"
Date: Mon, 12 Nov 2012 13:04:33 +0000
Subject: [PATCH] Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1408273 13f79535-47bb-0310-9956-ffa450edef68
---
src/main/java/org/apache/commons/lang3/SystemUtils.java | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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:
+ *
+ * - {@code "/"} on UNIX
+ * - {@code "\"} on Windows.
+ *
*
*
* Defaults to {@code null} if the runtime does not have security access to read this property or the property does