Skip to content

Commit

Permalink
fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zihaoyu committed Mar 20, 2014
1 parent 1a32b7d commit cc0da5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ else if (tjp.getThrottleOption().equals("category")) {
return null;
}

// @Override on jenkins 4.127+ , but still compatible with 1.399
// @Override on jenkins 1.427+ , but still compatible with 1.399
public CauseOfBlockage canRun(Queue.Item item) {
ThrottleJobProperty tjp = getThrottleJobProperty(item.task);
if (tjp!=null && tjp.getThrottleEnabled()) {
Expand Down

0 comments on commit cc0da5a

Please sign in to comment.