summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/suggest/completion/context
diff options
context:
space:
mode:
authorAreek Zillur <areek.zillur@elasticsearch.com>2015-11-02 20:14:33 -0500
committerAreek Zillur <areek.zillur@elasticsearch.com>2015-11-07 17:46:27 -0500
commit96c9849f5ac279e5d4904ccbfe7266aaad639b25 (patch)
treeba2eeb3fb7d28ede0f85163a5f62f861796bec13 /core/src/main/java/org/elasticsearch/search/suggest/completion/context
parentdd1c687ace953c82f3671363dd077c1c99b1fc8e (diff)
added FuzzyOptionsBuilder javadocs and cleanups
Diffstat (limited to 'core/src/main/java/org/elasticsearch/search/suggest/completion/context')
-rw-r--r--core/src/main/java/org/elasticsearch/search/suggest/completion/context/ContextMapping.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/java/org/elasticsearch/search/suggest/completion/context/ContextMapping.java b/core/src/main/java/org/elasticsearch/search/suggest/completion/context/ContextMapping.java
index bc92cde722..0f56de55f7 100644
--- a/core/src/main/java/org/elasticsearch/search/suggest/completion/context/ContextMapping.java
+++ b/core/src/main/java/org/elasticsearch/search/suggest/completion/context/ContextMapping.java
@@ -64,7 +64,6 @@ public abstract class ContextMapping implements ToXContent {
* @param name name of context mapping
*/
protected ContextMapping(Type type, String name) {
- super();
this.type = type;
this.name = name;
}