Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.java6
1 files changed, 3 insertions, 3 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 5ea5401f1aa..5305c76591a 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
@@ -32,9 +32,9 @@ public interface IEditorMatchAdapter {
* For example, if a match is reported in a file, This method should return
* <code>true</code>, if the given editor displays the file.
*
- * @param match The match.
- * @param editor The editor that possibly contains the matches element.
- * @return
+ * @param match The match
+ * @param editor The editor that possibly contains the matches element
+ * @return wether the given match should be displayed in the editor
*/
public abstract boolean isShownInEditor(Match match, IEditorPart editor);
/**

Back to the top