Skip to content

Commit 50553ea

Browse files
committed
org.eclipse.help.IHelp: mark for removal
1 parent 3021b58 commit 50553ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ private HelpListener getHelpListener() {
552552
* {@link org.eclipse.help.HelpSystem HelpSystem}instead of the
553553
* IHelp methods on the object returned by this method.
554554
*/
555-
@Deprecated
555+
@Deprecated(forRemoval = true, since = "2023-12")
556556
public IHelp getHelpSupport() {
557557
AbstractHelpUI helpUI = getHelpUI();
558558
if (helpUI != null && helpCompatibilityWrapper == null) {

0 commit comments

Comments
 (0)