summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/IndexFacts.java
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/src/main/java/com/yahoo/prelude/IndexFacts.java')
-rw-r--r--container-search/src/main/java/com/yahoo/prelude/IndexFacts.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/container-search/src/main/java/com/yahoo/prelude/IndexFacts.java b/container-search/src/main/java/com/yahoo/prelude/IndexFacts.java
index aa3d6a2c0f8..7b403ca3659 100644
--- a/container-search/src/main/java/com/yahoo/prelude/IndexFacts.java
+++ b/container-search/src/main/java/com/yahoo/prelude/IndexFacts.java
@@ -333,10 +333,8 @@ public class IndexFacts {
/**
* Returns the index for this name.
*
- * @param indexName the name of the index. If this is null or empty the index
- * named "default" is returned
- * @return the index best matching the input parameters or the nullIndex
- * (never null) if none is found
+ * @param indexName the name of the index. If this is null or empty the index named "default" is returned
+ * @return the index best matching the input parameters or the null Index (never null) if none is found
*/
public Index getIndex(String indexName) {
return IndexFacts.this.getIndexFromDocumentTypes(indexName, documentTypes);