Skip to content

Commit a195c43

Browse files
committed
Merge branch '3.2.x' into 3.3.x
2 parents 93359c8 + 877f57f commit a195c43

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/system

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/system/JavaVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public enum JavaVersion {
7777
* Java 23.
7878
* @since 3.2.9
7979
*/
80-
TWENTY_THREE("23", NumberFormat .class, "isStrict");
80+
TWENTY_THREE("23", NumberFormat.class, "isStrict");
8181

8282
private final String name;
8383

0 commit comments

Comments
 (0)