We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cac40 commit 76b10deCopy full SHA for 76b10de
src/main/java/graphql/servlet/SimpleGraphQLHttpServlet.java
@@ -13,7 +13,7 @@ public class SimpleGraphQLHttpServlet extends AbstractGraphQLHttpServlet {
13
private final GraphQLQueryInvoker queryInvoker;
14
private final GraphQLObjectMapper graphQLObjectMapper;
15
16
- private SimpleGraphQLHttpServlet(GraphQLInvocationInputFactory invocationInputFactory, GraphQLQueryInvoker queryInvoker, GraphQLObjectMapper graphQLObjectMapper, List<GraphQLServletListener> listeners, boolean asyncServletMode) {
+ protected SimpleGraphQLHttpServlet(GraphQLInvocationInputFactory invocationInputFactory, GraphQLQueryInvoker queryInvoker, GraphQLObjectMapper graphQLObjectMapper, List<GraphQLServletListener> listeners, boolean asyncServletMode) {
17
super(listeners, asyncServletMode);
18
this.invocationInputFactory = invocationInputFactory;
19
this.queryInvoker = queryInvoker;
0 commit comments