Skip to content

Commit f43d331

Browse files
committed
[LANG-1511] SystemUtils is missing important documentation
1 parent 8f3b627 commit f43d331

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/apache/commons/lang3/SystemUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,8 @@ static boolean isOsVersionMatch(final String osVersion, final String osVersionPr
23082308
}
23092309

23102310
/**
2311-
* SystemUtils instances should NOT be constructed in standard programming. Instead, the class should be used as {@code SystemUtils.FILE_SEPARATOR}.
2311+
* SystemUtils instances shouldn't be constructed in standard programming. Instead, elements should be accessed directly, for example
2312+
* {@code SystemUtils.FILE_SEPARATOR}.
23122313
*
23132314
* <p>
23142315
* This constructor is public to permit tools that require a JavaBean instance to operate.

0 commit comments

Comments
 (0)