提交 01bf18b8 编写于 作者: J Jesse Glick

Merge pull request #1753 from jglick/Job.properties

Typo. This list is of JobProperty, not UserProperty.
......@@ -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.
先完成此消息的编辑!
想要评论请 注册