SOLR-4760: fix typo in re-added bracket

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481129 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shawn Heisey 2013-05-10 18:19:06 +00:00
parent 2a0d8086df
commit 3f0814fb79
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ public class IndexSchema {
} else {
sb.append("null");
}
sb.append("]est");
sb.append("] ");
if (nd==null) {
sb.append("schema has no name!");
log.warn(sb.toString());