Fill in since annotations (#9758)

Co-authored-by: timja <21194782+timja@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-09-19 10:30:19 -07:00 committed by GitHub
parent 25d0c9d194
commit 32039daa66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ public abstract class UserPropertyDescriptor extends Descriptor<UserProperty> {
* Optional description for the configurable object
* Displays as plain text
*
* @since TODO
* @since 2.477
*/
@Nullable
public String getDescription() {

View File

@ -45,7 +45,7 @@ import org.kohsuke.accmod.restrictions.Beta;
/**
* A {@link Run}-like object as it might be displayed by {@link BuildHistoryWidget}.
*
* @since TODO
* @since 2.477
*/
@Restricted(Beta.class)
public interface HistoricalBuild extends ModelObject {