Skip to content

Commit 72f78ab

Browse files
Fill in since annotations (jenkinsci#10850)
Co-authored-by: timja <21194782+timja@users.noreply.github.com>
1 parent 2c11987 commit 72f78ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/jenkins/model/Jenkins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2836,7 +2836,7 @@ public <T> ExtensionList<T> getExtensionList(Class<T> extensionType) {
28362836
* For URL access to descriptors, see {@link hudson.model.DescriptorByNameOwner}.
28372837
* For URL access to specific other {@link hudson.Extension} annotated elements, create your own {@link hudson.model.Action}, like {@link hudson.console.ConsoleAnnotatorFactory.RootAction}.
28382838
*/
2839-
@Deprecated(since = "TODO")
2839+
@Deprecated(since = "2.519")
28402840
public ExtensionList getExtensionList(String extensionType) throws ClassNotFoundException {
28412841
return getExtensionList(pluginManager.uberClassLoader.loadClass(extensionType));
28422842
}

0 commit comments

Comments
 (0)