Skip to content

Commit d11d8f0

Browse files
committed
Remove faulty since tag at FindReplaceOverlay
The FindReplaceOverlay is not part of API and was introduced in current version (3.18.0) but has a since tag for 3.17. This change removes the obsolete and incorrect tag.
1 parent a162c72 commit d11d8f0

File tree

1 file changed

+0
-3
lines changed
  • bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/internal/findandreplace/overlay

1 file changed

+0
-3
lines changed

bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/internal/findandreplace/overlay/FindReplaceOverlay.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@
7474
import org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds;
7575
import org.eclipse.ui.texteditor.StatusTextEditor;
7676

77-
/**
78-
* @since 3.17
79-
*/
8077
public class FindReplaceOverlay extends Dialog {
8178
private final class KeyboardShortcuts {
8279
private static final List<KeyStroke> SEARCH_FORWARD = List.of( //

0 commit comments

Comments
 (0)