Skip to content

Commit

Permalink
org.eclipse.help.IHelp: mark for removal
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T authored and jukzi committed Oct 27, 2023
1 parent 3021b58 commit 50553ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ private HelpListener getHelpListener() {
* {@link org.eclipse.help.HelpSystem HelpSystem}instead of the
* IHelp methods on the object returned by this method.
*/
@Deprecated
@Deprecated(forRemoval = true, since = "2023-12")
public IHelp getHelpSupport() {
AbstractHelpUI helpUI = getHelpUI();
if (helpUI != null && helpCompatibilityWrapper == null) {
Expand Down

0 comments on commit 50553ea

Please sign in to comment.