提交 6dd2ce94 编写于 作者: M Mark Fisher

fixed NPE on latch in test

上级 044cc965
......@@ -100,7 +100,7 @@ public class AsyncAnnotationBeanPostProcessorTests {
private Thread thread;
private CountDownLatch latch;
private final CountDownLatch latch = new CountDownLatch(1);
public Thread getThread() {
return this.thread;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册