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 2aad1143acb69c6320c949ad0386119e43c1bf23 Author: Gary Gregory <[email protected]> AuthorDate: Fri Dec 19 17:43:38 2025 -0500 Javadoc --- src/main/java/org/apache/commons/lang3/SystemUtils.java | 2 +- 1 file changed, 1 insertion(+), 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 c28b697dc..074384145 100644 --- a/src/main/java/org/apache/commons/lang3/SystemUtils.java +++ b/src/main/java/org/apache/commons/lang3/SystemUtils.java @@ -381,7 +381,7 @@ public class SystemUtils { public static final String JAVA_SPECIFICATION_VERSION = SystemProperties.getJavaSpecificationVersion(); /** - * A constant for the Java version, may be null + * A constant for the Java version, may be null. */ private static final JavaVersion JAVA_SPECIFICATION_VERSION_ENUM = JavaVersion.get(JAVA_SPECIFICATION_VERSION);
