提交 c3eb4cfd 编写于 作者: J Jesse Glick

Typo. This list is of JobProperty, not UserProperty.

上级 76c1e776
......@@ -160,7 +160,7 @@ public abstract class Job<JobT extends Job<JobT, RunT>, RunT extends Run<JobT, R
boolean keepDependencies;
/**
* List of {@link UserProperty}s configured for this project.
* List of properties configured for this project.
*/
// this should have been DescribableList but now it's too late
protected CopyOnWriteList<JobProperty<? super JobT>> properties = new CopyOnWriteList<JobProperty<? super JobT>>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册