Fill in since annotations

This commit is contained in:
timja 2025-07-17 16:08:15 +00:00 committed by github-actions[bot]
parent b56c6bd523
commit 07818f3726
1 changed files with 1 additions and 1 deletions

View File

@ -2836,7 +2836,7 @@ public class Jenkins extends AbstractCIBase implements DirectlyModifiableTopLeve
* For URL access to descriptors, see {@link hudson.model.DescriptorByNameOwner}. * For URL access to descriptors, see {@link hudson.model.DescriptorByNameOwner}.
* For URL access to specific other {@link hudson.Extension} annotated elements, create your own {@link hudson.model.Action}, like {@link hudson.console.ConsoleAnnotatorFactory.RootAction}. * For URL access to specific other {@link hudson.Extension} annotated elements, create your own {@link hudson.model.Action}, like {@link hudson.console.ConsoleAnnotatorFactory.RootAction}.
*/ */
@Deprecated(since = "TODO") @Deprecated(since = "2.519")
public ExtensionList getExtensionList(String extensionType) throws ClassNotFoundException { public ExtensionList getExtensionList(String extensionType) throws ClassNotFoundException {
return getExtensionList(pluginManager.uberClassLoader.loadClass(extensionType)); return getExtensionList(pluginManager.uberClassLoader.loadClass(extensionType));
} }