提交 f8638bab 编写于 作者: D Daniel Beck

[JENKINS-6153] Move @since comment to getter

上级 71d8eeda
......@@ -71,9 +71,6 @@ public class LabelAtom extends Label implements Saveable {
@CopyOnWrite
protected transient volatile List<Action> transientActions = new Vector<Action>();
/**
* @since TODO
*/
private String description;
public LabelAtom(String name) {
......@@ -118,6 +115,9 @@ public class LabelAtom extends Label implements Saveable {
transientActions = ta;
}
/**
* @since TODO
*/
public String getDescription() {
return description;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册