Skip to content

Commit fc60301

Browse files
committed
Polish "Add Java 14 to JavaVersion enumeration"
See gh-19511
1 parent a5a3a02 commit fc60301

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public enum JavaVersion {
6262
* Java 13.
6363
*/
6464
THIRTEEN("13", String.class, "stripIndent"),
65+
6566
/**
6667
* Java 14.
6768
*/

0 commit comments

Comments
 (0)