提交 215186e0 编写于 作者: S Stephen Connolly

Grammar

上级 1844f0d9
......@@ -1272,7 +1272,7 @@ public class Queue extends ResourceController implements Saveable {
// The executors that are currently waiting for a job to run.
Map<Executor, JobOffer> parked = new HashMap<Executor, JobOffer>();
{// update parked (and identify any pending items who's executor has disappeared)
{// update parked (and identify any pending items whose executor has disappeared)
List<BuildableItem> lostPendings = new ArrayList<BuildableItem>(pendings);
for (Computer c : Jenkins.getInstance().getComputers()) {
for (Executor e : c.getExecutors()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册