remove unneeded nocommit

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/solr@923543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2010-03-16 01:53:07 +00:00
parent 3730a0b0ba
commit 742a8cd50f
1 changed files with 1 additions and 1 deletions

View File

@ -821,7 +821,7 @@ public final class IndexSchema {
NamedNodeMap attrs = node.getAttributes();
String analyzerName = DOMUtil.getAttr(attrs,"class");
if (analyzerName != null) {
// nocommit: add support for CoreAware & Co here?
// No need to be core-aware as Analyzers are not in the core-aware list
final Class<? extends Analyzer> clazz = loader.findClass(analyzerName).asSubclass(Analyzer.class);
try {
try {