Skip to content

Commit 7e707a2

Browse files
authored
Fill in since annotations (#10801)
2 parents 42ad567 + 4e9e8e0 commit 7e707a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ protected Level getErrorLoggingLevel() {
278278

279279
/**
280280
* @return true if a new run should be queued if it is already running while called.
281-
* @since TODO
281+
* @since 2.517
282282
*/
283283
protected boolean queueIfAlreadyRunning() {
284284
return false;

0 commit comments

Comments
 (0)