Skip to content

Commit 2aad114

Browse files
committed
Javadoc
1 parent 3d576e2 commit 2aad114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public class SystemUtils {
381381
public static final String JAVA_SPECIFICATION_VERSION = SystemProperties.getJavaSpecificationVersion();
382382

383383
/**
384-
* A constant for the Java version, may be null
384+
* A constant for the Java version, may be null.
385385
*/
386386
private static final JavaVersion JAVA_SPECIFICATION_VERSION_ENUM = JavaVersion.get(JAVA_SPECIFICATION_VERSION);
387387

0 commit comments

Comments
 (0)