diff --git a/src/main/java/org/apache/commons/lang3/SystemUtils.java b/src/main/java/org/apache/commons/lang3/SystemUtils.java index 5c2ae97c76e..3426b17c1be 100644 --- a/src/main/java/org/apache/commons/lang3/SystemUtils.java +++ b/src/main/java/org/apache/commons/lang3/SystemUtils.java @@ -2203,7 +2203,7 @@ public static boolean isJavaAwtHeadless() { /** * Tests whether the Java version at least the requested version. *

- * The result is based on the system property saved in {@value #JAVA_SPECIFICATION_VERSION}. + * The result is based on the system property saved in {@link #JAVA_SPECIFICATION_VERSION}. *

* * @param requiredVersion the required version, for example 1.31f @@ -2216,7 +2216,7 @@ public static boolean isJavaVersionAtLeast(final JavaVersion requiredVersion) { /** * Tests whether the Java version at most the requested version. *

- * The result is based on the system property saved in {@value #JAVA_SPECIFICATION_VERSION}. + * The result is based on the system property saved in {@link #JAVA_SPECIFICATION_VERSION}. *

* * @param requiredVersion the required version, for example 1.31f