Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2002-05-21 09:31:59 +0000
committerDani Megert2002-05-21 09:31:59 +0000
commit214bb2ba950e647e87af0d678f0caeb0177fbd56 (patch)
treec2b5eda7a5de863f4e9997b2d82c470ee6e45f7a /org.eclipse.search/search/org/eclipse/search/internal
parent244a11bb7f42e9c6a1de25a100c3aa87459e9c76 (diff)
downloadeclipse.platform.text-214bb2ba950e647e87af0d678f0caeb0177fbd56.tar.gz
eclipse.platform.text-214bb2ba950e647e87af0d678f0caeb0177fbd56.tar.xz
eclipse.platform.text-214bb2ba950e647e87af0d678f0caeb0177fbd56.zip
Removed internally used deprecated tag for 2.0
Diffstat (limited to 'org.eclipse.search/search/org/eclipse/search/internal')
-rw-r--r--org.eclipse.search/search/org/eclipse/search/internal/ui/Search.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.search/search/org/eclipse/search/internal/ui/Search.java b/org.eclipse.search/search/org/eclipse/search/internal/ui/Search.java
index f5dc424e2b6..cd05a90cb41 100644
--- a/org.eclipse.search/search/org/eclipse/search/internal/ui/Search.java
+++ b/org.eclipse.search/search/org/eclipse/search/internal/ui/Search.java
@@ -58,7 +58,8 @@ public class Search extends Object {
fPluralLabelPattern= ""; //$NON-NLS-1$
}
- /**
+ /*
+ * XXX: Activate deprecate tag after 2.0
* @deprecated As of build > 20020514
*/
public Search(String pageId, String singularLabel, String pluralLabelPattern, ILabelProvider labelProvider, ImageDescriptor imageDescriptor, IAction gotoMarkerAction, IContextMenuContributor contextMenuContributor, IGroupByKeyComputer groupByKeyComputer, IRunnableWithProgress operation) {
@@ -182,7 +183,8 @@ public class Search extends Object {
return fGotoMarkerAction;
}
- /**
+ /*
+ * XXX: Activate deprecate tag after 2.0
* @deprecated As of build > 20020514 use #getActionGroupFactory
*/
IContextMenuContributor getContextMenuContributor() {

Back to the top