Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2002-01-16 11:14:44 +0000
committerDani Megert2002-01-16 11:14:44 +0000
commit5cc815739ad396b79284636ecf5101a51f5d189f (patch)
tree4276ae527b4a0a95e68c535f0c0e15faf7d5dae6
parente89bd5a67e7e944f538e769f71b66ea2fcd7d50f (diff)
downloadeclipse.platform.text-5cc815739ad396b79284636ecf5101a51f5d189f.tar.gz
eclipse.platform.text-5cc815739ad396b79284636ecf5101a51f5d189f.tar.xz
eclipse.platform.text-5cc815739ad396b79284636ecf5101a51f5d189f.zip
Added a TAB
-rw-r--r--org.eclipse.search/search/org/eclipse/search/ui/ISearchResultView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.search/search/org/eclipse/search/ui/ISearchResultView.java b/org.eclipse.search/search/org/eclipse/search/ui/ISearchResultView.java
index 8529bb6d5a4..5f7c56f81a8 100644
--- a/org.eclipse.search/search/org/eclipse/search/ui/ISearchResultView.java
+++ b/org.eclipse.search/search/org/eclipse/search/ui/ISearchResultView.java
@@ -123,7 +123,7 @@ public interface ISearchResultView extends IViewPart {
*
* @param description the text description of the match
* @param groupByKey the <code>Object</code> by which this match is grouped
- * @param marker the marker for this match
+ * @param marker the marker for this match
* @param resource the marker's resource passed for optimization
*/
public void addMatch(String description, Object groupByKey, IResource resource, IMarker marker);

Back to the top