Fill in since annotations (#10533)

Co-authored-by: timja <21194782+timja@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-04-10 20:03:20 +01:00 committed by GitHub
parent daa43ec13d
commit 34075a804f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -30,5 +30,5 @@ package hudson.model;
* @author Kohsuke Kawaguchi
* @deprecated Implement {@link Describable} directly.
*/
@Deprecated(since = "TODO")
@Deprecated(since = "2.505")
public abstract class AbstractDescribableImpl<T extends AbstractDescribableImpl<T>> implements Describable<T> {}

View File

@ -38,7 +38,7 @@ import java.util.logging.Logger;
*
* @author Kohsuke Kawaguchi
*/
@Deprecated(since = "TODO")
@Deprecated(since = "2.505")
public class Scrambler {
private static final Logger LOGGER = Logger.getLogger(Scrambler.class.getName());

View File

@ -36,7 +36,7 @@ import org.kohsuke.accmod.restrictions.NoExternalUse;
/**
* Expose {@link hudson.diagnosis.MemoryUsageMonitor#heap} at the {@code /hudson.diagnosis.MemoryUsageMonitor/heap} URL.
*
* @since TODO
* @since 2.505
*/
@Extension
@Restricted(NoExternalUse.class)

View File

@ -47,7 +47,7 @@ import org.kohsuke.stapler.StaplerRequest2;
/**
* Collect information about which URLs in {@code /extensionList/} are being accessed.
*
* @since TODO
* @since 2.505
*/
@Extension
@Restricted(NoExternalUse.class)