Skip to content

Commit 0fde051

Browse files
committed
[LANG-1511] SystemUtils is missing important documentation
Javadoc fix
1 parent f43d331 commit 0fde051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,7 +2203,7 @@ public static boolean isJavaAwtHeadless() {
22032203
/**
22042204
* Tests whether the Java version at least the requested version.
22052205
* <p>
2206-
* The result is based on the system property saved in {@value #JAVA_SPECIFICATION_VERSION}.
2206+
* The result is based on the system property saved in {@link #JAVA_SPECIFICATION_VERSION}.
22072207
* </p>
22082208
*
22092209
* @param requiredVersion the required version, for example 1.31f
@@ -2216,7 +2216,7 @@ public static boolean isJavaVersionAtLeast(final JavaVersion requiredVersion) {
22162216
/**
22172217
* Tests whether the Java version at most the requested version.
22182218
* <p>
2219-
* The result is based on the system property saved in {@value #JAVA_SPECIFICATION_VERSION}.
2219+
* The result is based on the system property saved in {@link #JAVA_SPECIFICATION_VERSION}.
22202220
* </p>
22212221
*
22222222
* @param requiredVersion the required version, for example 1.31f

0 commit comments

Comments
 (0)