Skip to content

Commit 473dcc7

Browse files
committed
Disable constructor binding for GraphQlProperties#DeprecatedSse
Closes gh-45613
1 parent d1673ad commit 473dcc7

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)