提交 69adc4ee authored 作者: Jacek Ławrynowicz's avatar Jacek Ławrynowicz

cleanup - missorted identifiers

上级 f81f9ad2
...@@ -13,7 +13,7 @@ import java.util.concurrent.atomic.AtomicInteger; ...@@ -13,7 +13,7 @@ import java.util.concurrent.atomic.AtomicInteger;
*/ */
public abstract class Task implements Runnable { public abstract class Task implements Runnable {
private final static AtomicInteger counter = new AtomicInteger(); private static final AtomicInteger counter = new AtomicInteger();
/** /**
* A flag indicating the get() method has been called. * A flag indicating the get() method has been called.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论