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 01bc251 commit 1a659e3Copy full SHA for 1a659e3
spring-core/src/main/java/org/springframework/core/JdkVersion.java
@@ -104,9 +104,9 @@ public static String getJavaVersion() {
104
* {@code if (getMajorJavaVersion() >= JAVA_17)}.
105
* @return a code comparable to the {@code JAVA_XX} codes in this class
106
* @see #JAVA_16
107
- * @see #JAVA_17
108
- * @see #JAVA_18
109
- * @see #JAVA_19
+ * @see #JAVA_17
+ * @see #JAVA_18
+ * @see #JAVA_19
110
*/
111
public static int getMajorJavaVersion() {
112
return majorJavaVersion;
0 commit comments