We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3021b58 commit 50553eaCopy full SHA for 50553ea
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java
@@ -552,7 +552,7 @@ private HelpListener getHelpListener() {
552
* {@link org.eclipse.help.HelpSystem HelpSystem}instead of the
553
* IHelp methods on the object returned by this method.
554
*/
555
- @Deprecated
+ @Deprecated(forRemoval = true, since = "2023-12")
556
public IHelp getHelpSupport() {
557
AbstractHelpUI helpUI = getHelpUI();
558
if (helpUI != null && helpCompatibilityWrapper == null) {
0 commit comments