Skip to content

Commit 54d60da

Browse files
committed
Merge branch '3.5.x'
2 parents 285afe2 + a4f49bb commit 54d60da

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import java.io.Console;
2020
import java.io.Reader;
21-
import java.net.http.HttpResponse;
2221
import java.text.NumberFormat;
2322
import java.time.Duration;
2423
import java.util.Arrays;
@@ -91,7 +90,7 @@ public enum JavaVersion {
9190
* Java 25.
9291
* @since 3.5.7
9392
*/
94-
TWENTY_FIVE("25", HttpResponse.class, "connectionLabel");
93+
TWENTY_FIVE("25", Reader.class, "readAllLines");
9594

9695
private final String name;
9796

0 commit comments

Comments
 (0)