remove warning
Original commit: elastic/x-pack-elasticsearch@73fae7a8fe
This commit is contained in:
parent
f9de2fdc74
commit
617a1b65d2
|
@ -319,7 +319,6 @@ public class StatusReporter {
|
|||
|
||||
public synchronized DataCounts runningTotalStats() {
|
||||
totalRecordStats.calcProcessedFieldCount(getAnalysedFieldsPerRecord());
|
||||
DataCounts tempResonse = new DataCounts(totalRecordStats);
|
||||
return totalRecordStats;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue