Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.base/src/org/eclipse/help/internal/search/SearchQuery.java')
-rw-r--r--org.eclipse.help.base/src/org/eclipse/help/internal/search/SearchQuery.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.help.base/src/org/eclipse/help/internal/search/SearchQuery.java b/org.eclipse.help.base/src/org/eclipse/help/internal/search/SearchQuery.java
index 1121a10a3..2c44e2cfd 100644
--- a/org.eclipse.help.base/src/org/eclipse/help/internal/search/SearchQuery.java
+++ b/org.eclipse.help.base/src/org/eclipse/help/internal/search/SearchQuery.java
@@ -35,7 +35,7 @@ public class SearchQuery implements ISearchQuery {
}
/**
* Returns the fieldNames.
- *
+ *
* @return Collection
*/
public Collection<String> getFieldNames() {
@@ -44,7 +44,7 @@ public class SearchQuery implements ISearchQuery {
/**
* Returns the fieldSearch.
- *
+ *
* @return boolean
*/
public boolean isFieldSearch() {
@@ -53,7 +53,7 @@ public class SearchQuery implements ISearchQuery {
/**
* Returns the locale.
- *
+ *
* @return String
*/
public String getLocale() {
@@ -62,7 +62,7 @@ public class SearchQuery implements ISearchQuery {
/**
* Returns the searchWord.
- *
+ *
* @return String
*/
public String getSearchWord() {
@@ -71,7 +71,7 @@ public class SearchQuery implements ISearchQuery {
/**
* Sets the fieldNames.
- *
+ *
* @param fieldNames
* The fieldNames to set
*/
@@ -81,7 +81,7 @@ public class SearchQuery implements ISearchQuery {
/**
* Sets the fieldSearch.
- *
+ *
* @param fieldSearch
* The fieldSearch to set
*/
@@ -91,7 +91,7 @@ public class SearchQuery implements ISearchQuery {
/**
* Sets the locale.
- *
+ *
* @param locale
* The locale to set
*/
@@ -101,7 +101,7 @@ public class SearchQuery implements ISearchQuery {
/**
* Sets the searchWord.
- *
+ *
* @param searchWord
* The searchWord to set
*/

Back to the top