Skip to content

Commit 5c1fa32

Browse files
Fill in since annotations (#26162)
Co-authored-by: timja <21194782+timja@users.noreply.github.com>
1 parent 46a0a75 commit 5c1fa32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/hudson/model/BuildableItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ default boolean scheduleBuild(int quietPeriod) {
6262
* Whether the item is buildable.
6363
*
6464
* @return true, if the item can be built.
65-
* @since TODO
65+
* @since 2.547
6666
*/
6767
default boolean isBuildable() {
6868
return true;

0 commit comments

Comments
 (0)