Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.search/new search/org/eclipse/search/ui/text/IEditorMatchAdapter.java')
-rw-r--r--org.eclipse.search/new search/org/eclipse/search/ui/text/IEditorMatchAdapter.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.search/new search/org/eclipse/search/ui/text/IEditorMatchAdapter.java b/org.eclipse.search/new search/org/eclipse/search/ui/text/IEditorMatchAdapter.java
index 21b76651ac2..5ea5401f1aa 100644
--- a/org.eclipse.search/new search/org/eclipse/search/ui/text/IEditorMatchAdapter.java
+++ b/org.eclipse.search/new search/org/eclipse/search/ui/text/IEditorMatchAdapter.java
@@ -42,6 +42,7 @@ public interface IEditorMatchAdapter {
* editor.
* For example, if the editor shows a particular file, all matches in that file should
* be returned.
+ * @param result the result to search for matches
*
* @param editor The editor.
* @return All matches that are contained in the element that is shown in

Back to the top