File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/apache/commons/lang3 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public class SystemUtils {
6969 * The file separator is:
7070 * </p>
7171 * <ul>
72- * <li>{@code "/"} on UNIX </li>
72+ * <li>{@code "/"} on Unix </li>
7373 * <li>{@code "\"} on Windows.</li>
7474 * </ul>
7575 *
@@ -545,7 +545,7 @@ public class SystemUtils {
545545 public static final String JAVA_VM_VERSION = SystemProperties .getJavaVmVersion ();
546546
547547 /**
548- * A constant for the System Property {@code line.separator}. Line separator ({@code "\n"} on UNIX ).
548+ * A constant for the System Property {@code line.separator}. Line separator ({@code "\n"} on Unix ).
549549 *
550550 * <p>
551551 * Defaults to {@code null} if the runtime does not have security access to read this property or the property does not exist.
@@ -611,7 +611,7 @@ public class SystemUtils {
611611 public static final String OS_VERSION = SystemProperties .getOsVersion ();
612612
613613 /**
614- * A constant for the System Property {@code path.separator}. Path separator ({@code ":"} on UNIX ).
614+ * A constant for the System Property {@code path.separator}. Path separator ({@code ":"} on Unix ).
615615 *
616616 * <p>
617617 * Defaults to {@code null} if the runtime does not have security access to read this property or the property does not exist.
You can’t perform that action at this time.
0 commit comments