Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay Jensen-Reimann committed Aug 8, 2018
1 parent 2f5a70e commit c8ebfbf
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;

import java.io.IOException;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.function.Function;
Expand Down Expand Up @@ -184,7 +182,7 @@ private Response executeGraphQLRequest(
"data", null
);
// Do not commit. Throw OK response to process tx.close correctly.
// (default transaction implementations throw an IOException if you leave a dangling SQL transaction)
// (default implementations throw an IOException if you leave a dangling SQL transaction)
throw new WebApplicationException(
Response.ok(mapper.writeValueAsString(abortedResponseObject)).build());
}
Expand Down

0 comments on commit c8ebfbf

Please sign in to comment.