Skip to content

Commit 12bf450

Browse files
committed
Remove suppressions for module/spring-boot-graphql
See gh-46926
1 parent 3dba915 commit 12bf450

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

module/spring-boot-graphql/src/main/java/org/springframework/boot/graphql/autoconfigure/reactive/GraphQlWebFluxAutoConfiguration.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ RouterFunction<ServerResponse> graphQlRouterFunction(GraphQlHttpHandler httpHand
131131
return builder.build();
132132
}
133133

134-
// https://github.com/spring-projects/spring-graphql/issues/1276
135-
@SuppressWarnings("NullAway")
136134
private GraphiQlHandler createGraphQlHandler(GraphQlProperties properties, String path) {
137135
return new GraphiQlHandler(path, properties.getWebsocket().getPath());
138136
}

module/spring-boot-graphql/src/main/java/org/springframework/boot/graphql/autoconfigure/servlet/GraphQlWebMvcAutoConfiguration.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ RouterFunction<ServerResponse> graphQlRouterFunction(GraphQlHttpHandler httpHand
135135
return builder.build();
136136
}
137137

138-
// https://github.com/spring-projects/spring-graphql/issues/1276
139-
@SuppressWarnings("NullAway")
140138
private GraphiQlHandler createGraphiQLHandler(GraphQlProperties properties, String path) {
141139
return new GraphiQlHandler(path, properties.getWebsocket().getPath());
142140
}

0 commit comments

Comments
 (0)