提交 6a205a94 编写于 作者: J Jesse Glick

Senseless for the state field to be protected when the enum used for its type...

Senseless for the state field to be protected when the enum used for its type is private: no subtype could use it anyway.
上级 a22d914a
......@@ -211,7 +211,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
/**
* The current build state.
*/
protected volatile transient State state;
private volatile transient State state;
private static enum State {
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册