mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Disable constructor binding for GraphQlProperties#DeprecatedSse
Closes gh-45613
This commit is contained in:
+2
-2
@@ -343,11 +343,11 @@ public class GraphQlProperties {
|
||||
|
||||
}
|
||||
|
||||
public static class DeprecatedSse {
|
||||
public static final class DeprecatedSse {
|
||||
|
||||
private final Sse sse;
|
||||
|
||||
public DeprecatedSse(Sse sse) {
|
||||
private DeprecatedSse(Sse sse) {
|
||||
this.sse = sse;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user