mirror of https://github.com/apache/lucene.git
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:
parent
2a0d8086df
commit
3f0814fb79
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue