Skip to content

Commit 90eb3ed

Browse files
committed
Added comment to keep constructor protected
1 parent bfc801a commit 90eb3ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/graphql/servlet/SimpleGraphQLHttpServlet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public class SimpleGraphQLHttpServlet extends AbstractGraphQLHttpServlet {
1313
private final GraphQLQueryInvoker queryInvoker;
1414
private final GraphQLObjectMapper graphQLObjectMapper;
1515

16+
// protected to allow class to be extended
1617
protected SimpleGraphQLHttpServlet(GraphQLInvocationInputFactory invocationInputFactory, GraphQLQueryInvoker queryInvoker, GraphQLObjectMapper graphQLObjectMapper, List<GraphQLServletListener> listeners, boolean asyncServletMode) {
1718
super(listeners, asyncServletMode);
1819
this.invocationInputFactory = invocationInputFactory;

0 commit comments

Comments
 (0)