diff --git a/changelog.html b/changelog.html index d2311ae1e6356d63d5d7b6b68c2821aff2607987..393b82e5c9bb247c67f9b5e41765bad10877786c 100644 --- a/changelog.html +++ b/changelog.html @@ -55,7 +55,10 @@ Upcoming changes

What's new in 1.614 (2015/05/17)

diff --git a/core/src/main/java/hudson/model/Queue.java b/core/src/main/java/hudson/model/Queue.java index 54e2606535c18672be0543d3ce1565cb0d608a5a..663a80d5fdabcf6ad336c3ab631fb71b274502be 100644 --- a/core/src/main/java/hudson/model/Queue.java +++ b/core/src/main/java/hudson/model/Queue.java @@ -970,7 +970,7 @@ public class Queue extends ResourceController implements Saveable { * @param l Label to be checked. If null, only jobs without assigned labels * will be taken into the account. * @return Number of {@link BuildableItem}s for the specified label. - * @since TODO + * @since 1.615 */ public @Nonnegative int strictCountBuildableItemsFor(@CheckForNull Label l) { Snapshot _snapshot = this.snapshot;