SOLR-8104: removed nocommit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1705859 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2015-09-29 13:33:31 +00:00
parent 155f5a5dad
commit 27fdb7bac7
1 changed files with 0 additions and 1 deletions

View File

@ -652,7 +652,6 @@ public class SpellCheckComponent extends SearchComponent implements SolrCoreAwar
if (cfg instanceof NamedList) {
addSpellChecker(core, hasDefault, (NamedList) cfg);
} else if (cfg instanceof Map) {
System.out.println("##mapspellchecker");//todo nocommit
addSpellChecker(core, hasDefault, new NamedList((Map) cfg));
} else if (cfg instanceof List) {
for (Object o : (List) cfg) {