diff --git a/org.springframework.integration/src/test/java/org/springframework/integration/executor/RunnableProxyingMethodInterceptorTests.java b/org.springframework.integration/src/test/java/org/springframework/integration/executor/RunnableProxyingMethodInterceptorTests.java index 843c5911cd..ec72c42db2 100644 --- a/org.springframework.integration/src/test/java/org/springframework/integration/executor/RunnableProxyingMethodInterceptorTests.java +++ b/org.springframework.integration/src/test/java/org/springframework/integration/executor/RunnableProxyingMethodInterceptorTests.java @@ -66,8 +66,8 @@ public class RunnableProxyingMethodInterceptorTests { List throwables = new ArrayList(); public void handle(Throwable t) { - latch.countDown(); throwables.add(t); + latch.countDown(); } }