latch count down in wrong place
This commit is contained in:
@@ -66,8 +66,8 @@ public class RunnableProxyingMethodInterceptorTests {
|
||||
List<Throwable> throwables = new ArrayList<Throwable>();
|
||||
|
||||
public void handle(Throwable t) {
|
||||
latch.countDown();
|
||||
throwables.add(t);
|
||||
latch.countDown();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user