File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
graphql-java-servlet/src/main/java/graphql/kickstart/servlet Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ private GraphQLInvocationInput parseInvocationInput(
6262 HttpServletResponse response ) {
6363 try {
6464 GraphQLInvocationInputParser invocationInputParser =
65- GraphQLInvocationInputParser .create (
66- request ,
67- configuration .getInvocationInputFactory (),
68- configuration .getObjectMapper (),
69- configuration .getContextSetting ());
65+ GraphQLInvocationInputParser .create (
66+ request ,
67+ configuration .getInvocationInputFactory (),
68+ configuration .getObjectMapper (),
69+ configuration .getContextSetting ());
7070 return invocationInputParser .getGraphQLInvocationInput (request , response );
7171 } catch (Exception e ) {
7272 throw new InvocationInputParseException (e );
You can’t perform that action at this time.
0 commit comments