mirror of https://github.com/apache/lucene.git
Set the class attribute correctly
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@819262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c58fdf1ee
commit
2449e47a26
|
@ -271,7 +271,7 @@ class DebugLogger {
|
|||
|| type == SolrWriter.TRANSFORMER_EXCEPTION) {
|
||||
displayName = "transformer:" + name;
|
||||
} else if (type == SolrWriter.START_DOC) {
|
||||
name = displayName = "document#" + SolrWriter.getDocCount();
|
||||
this.name = displayName = "document#" + SolrWriter.getDocCount();
|
||||
}
|
||||
parent.lst.add(displayName, lst);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue