提交 fcc13667 编写于 作者: F fjy

remove test main

上级 8fd39c63
......@@ -162,20 +162,4 @@ public class ChainedExecutionQueryRunner<T> implements QueryRunner<T>
}
);
}
public static void main(String[] args) throws Exception
{
ExecutorService foo = Executors.newFixedThreadPool(1);
Future test = foo.submit(
new Callable<List>()
{
@Override
public List call() throws Exception
{
throw new ISE("");
}
}
);
System.out.println(Lists.newArrayList(test));
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册