Skip to content

Commit 2e9f8b2

Browse files
committed
Remove outdated comment
1 parent cfad30e commit 2e9f8b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphql-java-servlet/src/main/java/graphql/kickstart/servlet/HttpRequestHandlerImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ private void writeResultResponse(GraphQLQueryResult queryResult, HttpServletRequ
7575
try {
7676
queryResponseWriter.write(request, response);
7777
} catch (IOException e) {
78-
// will be processed by the exceptionally() call below
7978
throw new UncheckedIOException(e);
8079
}
8180
}

0 commit comments

Comments
 (0)