File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/apache/commons/lang3 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments