File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
elide-graphql/src/main/java/com/yahoo/elide/graphql Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 3939import javax .ws .rs .core .MediaType ;
4040import javax .ws .rs .core .Response ;
4141import javax .ws .rs .core .SecurityContext ;
42-
4342import java .io .IOException ;
44- import java .util .HashMap ;
4543import java .util .Iterator ;
4644import java .util .Map ;
4745import java .util .function .Function ;
@@ -184,7 +182,7 @@ private Response executeGraphQLRequest(
184182 "data" , null
185183 );
186184 // Do not commit. Throw OK response to process tx.close correctly.
187- // (default transaction implementations throw an IOException if you leave a dangling SQL transaction)
185+ // (default implementations throw an IOException if you leave a dangling SQL transaction)
188186 throw new WebApplicationException (
189187 Response .ok (mapper .writeValueAsString (abortedResponseObject )).build ());
190188 }
You can’t perform that action at this time.
0 commit comments