We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d576e2 commit 2aad114Copy full SHA for 2aad114
src/main/java/org/apache/commons/lang3/SystemUtils.java
@@ -381,7 +381,7 @@ public class SystemUtils {
381
public static final String JAVA_SPECIFICATION_VERSION = SystemProperties.getJavaSpecificationVersion();
382
383
/**
384
- * A constant for the Java version, may be null
+ * A constant for the Java version, may be null.
385
*/
386
private static final JavaVersion JAVA_SPECIFICATION_VERSION_ENUM = JavaVersion.get(JAVA_SPECIFICATION_VERSION);
387
0 commit comments