Skip to content

Commit 315b77f

Browse files
committed
Added Override annotation.
1 parent ac6fc42 commit 315b77f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql-java-servlet/src/main/java/graphql/kickstart/servlet/cache/CachingHttpRequestHandlerImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public CachingHttpRequestHandlerImpl(GraphQLConfiguration configuration) {
2323
this.configuration = configuration;
2424
}
2525

26+
@Override
2627
protected void execute(GraphQLInvocationInput invocationInput, HttpServletRequest request,
2728
HttpServletResponse response) {
2829
// try to return value from cache if cache exists, otherwise processed the query

0 commit comments

Comments
 (0)