This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit f43d3313f724f3b3c202d0d702546985ae06b569
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 17 10:56:59 2024 -0500

    [LANG-1511] SystemUtils is missing important documentation
---
 src/main/java/org/apache/commons/lang3/SystemUtils.java | 3 ++-
 1 file changed, 2 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 8f648a40c..5c2ae97c7 100644
--- a/src/main/java/org/apache/commons/lang3/SystemUtils.java
+++ b/src/main/java/org/apache/commons/lang3/SystemUtils.java
@@ -2308,7 +2308,8 @@ public class SystemUtils {
     }
 
     /**
-     * SystemUtils instances should NOT be constructed in standard 
programming. Instead, the class should be used as {@code 
SystemUtils.FILE_SEPARATOR}.
+     * SystemUtils instances shouldn't be constructed in standard programming. 
Instead, elements should be accessed directly, for example
+     * {@code SystemUtils.FILE_SEPARATOR}.
      *
      * <p>
      * This constructor is public to permit tools that require a JavaBean 
instance to operate.

Reply via email to