Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-03-01 08:55:18 +0000
committerDani Megert2013-03-01 08:55:18 +0000
commit4991bae02dc088cfb2ca894b4bcd55955dfb8a88 (patch)
treebcc1031dfb611bcc6ad70143dc4645092140b56d
parent2b7c70a9bcc6df6731f39436fd7ca0ab7c0a2fab (diff)
downloadeclipse.platform.text-I20130311-0800.tar.gz
eclipse.platform.text-I20130311-0800.tar.xz
eclipse.platform.text-I20130311-0800.zip
-rw-r--r--org.eclipse.search/search/org/eclipse/search/internal/ui/SearchPlugin.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchPlugin.java b/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchPlugin.java
index 91768c19ee0..b8bd60d093f 100644
--- a/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchPlugin.java
+++ b/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchPlugin.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2010 IBM Corporation and others.
+ * Copyright (c) 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -237,8 +237,8 @@ public class SearchPlugin extends AbstractUIPlugin {
}
/**
- * @param pageId the page id
- * @return Returns all search pages contributed to the workbench.
+ * @param pageId the page id or <code>null</code>
+ * @return all descriptors of the enabled search pages, plus the descriptor for the given page id
*/
public List getEnabledSearchPageDescriptors(String pageId) {
Iterator iter= getSearchPageDescriptors().iterator();

Back to the top