+ move method bodies from bridgemock to mispbridge.

pull/1/head
Ivan Olexyn 5 years ago
parent b37b97ff57
commit 284ebb3a73

@ -29,7 +29,7 @@ public class BridgeMock extends BridgeServlet {
protected void handleGetRequest(HttpServletRequest request, HttpServletResponse response) throws IOException, InterruptedException {
final ExchangeMock exchange;
synchronized (exchange = ((RequestMock) request).exchange) {
super.handleGetRequest(request,response);

Loading…
Cancel
Save