Skip to content

Commit 327c4d5

Browse files
committed
Merge branch 'main' into 4.0.x
2 parents 4f1edda + 473dcc7 commit 327c4d5

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/graphql

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/graphql/GraphQlProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,11 @@ public void setTimeout(Duration timeout) {
343343

344344
}
345345

346-
public static class DeprecatedSse {
346+
public static final class DeprecatedSse {
347347

348348
private final Sse sse;
349349

350-
public DeprecatedSse(Sse sse) {
350+
private DeprecatedSse(Sse sse) {
351351
this.sse = sse;
352352
}
353353

0 commit comments

Comments
 (0)