X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Ftools%2Fnetconf-testtool%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Ftest%2Ftool%2Fclient%2Fhttp%2Fperf%2FAsyncExecutionStrategy.java;h=ecbb6de768f0b2dfe9ceff8b358231219e846ff9;hb=676b7818fd81f1322b7e8aa977271f3a3af397a6;hp=98d38dd475e46d4cafe5f426e301c94d73fe9b82;hpb=afce5ad359932ef84f239e59888fe041ac7113c9;p=netconf.git diff --git a/netconf/tools/netconf-testtool/src/main/java/org/opendaylight/netconf/test/tool/client/http/perf/AsyncExecutionStrategy.java b/netconf/tools/netconf-testtool/src/main/java/org/opendaylight/netconf/test/tool/client/http/perf/AsyncExecutionStrategy.java index 98d38dd475..ecbb6de768 100644 --- a/netconf/tools/netconf-testtool/src/main/java/org/opendaylight/netconf/test/tool/client/http/perf/AsyncExecutionStrategy.java +++ b/netconf/tools/netconf-testtool/src/main/java/org/opendaylight/netconf/test/tool/client/http/perf/AsyncExecutionStrategy.java @@ -58,7 +58,7 @@ public class AsyncExecutionStrategy implements ExecutionStrategy { } @Override - public Response onCompleted(Response response) throws Exception { + public Response onCompleted(Response response) { semaphore.release(); return response; }