Skip to content

Commit 1a659e3

Browse files
committed
Polish
1 parent 01bc251 commit 1a659e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-core/src/main/java/org/springframework/core/JdkVersion.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ public static String getJavaVersion() {
104104
* {@code if (getMajorJavaVersion() >= JAVA_17)}.
105105
* @return a code comparable to the {@code JAVA_XX} codes in this class
106106
* @see #JAVA_16
107-
* @see #JAVA_17
108-
* @see #JAVA_18
109-
* @see #JAVA_19
107+
* @see #JAVA_17
108+
* @see #JAVA_18
109+
* @see #JAVA_19
110110
*/
111111
public static int getMajorJavaVersion() {
112112
return majorJavaVersion;

0 commit comments

Comments
 (0)