Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.search/new search/org/eclipse/search/ui/text/RemoveAllEvent.java')
-rw-r--r--org.eclipse.search/new search/org/eclipse/search/ui/text/RemoveAllEvent.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.search/new search/org/eclipse/search/ui/text/RemoveAllEvent.java b/org.eclipse.search/new search/org/eclipse/search/ui/text/RemoveAllEvent.java
index 255031716df..f6376e56e40 100644
--- a/org.eclipse.search/new search/org/eclipse/search/ui/text/RemoveAllEvent.java
+++ b/org.eclipse.search/new search/org/eclipse/search/ui/text/RemoveAllEvent.java
@@ -15,6 +15,10 @@ import org.eclipse.search.ui.SearchResultEvent;
* @since 3.0
*/
public class RemoveAllEvent extends SearchResultEvent {
+ /**
+ * A constructor
+ * @param searchResult the search result this event is about
+ */
public RemoveAllEvent(ISearchResult searchResult) {
super(searchResult);
}

Back to the top