Skip to content

Commit 90ae151

Browse files
committed
DeferredTreeContentManager mark deprecated methods for deletion
1 parent 2f68c39 commit 90ae151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/progress/DeferredTreeContentManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static class DeferredContentFamily {
8787
* @param site part site
8888
* @deprecated in 3.4. provider is not used by this class
8989
*/
90-
@Deprecated
90+
@Deprecated(forRemoval = true, since = "2025-03")
9191
public DeferredTreeContentManager(ITreeContentProvider provider, AbstractTreeViewer viewer,
9292
IWorkbenchPartSite site) {
9393
this(viewer, site);
@@ -101,7 +101,7 @@ public DeferredTreeContentManager(ITreeContentProvider provider, AbstractTreeVie
101101
* @param viewer The tree viewer that the results are added to
102102
* @deprecated in 3.4. provider is not used by this class
103103
*/
104-
@Deprecated
104+
@Deprecated(forRemoval = true, since = "2025-03")
105105
public DeferredTreeContentManager(ITreeContentProvider provider, AbstractTreeViewer viewer) {
106106
this(viewer);
107107
}

0 commit comments

Comments
 (0)