mirror of https://github.com/apache/lucene.git
SOLR-14400: DirectUpdateHandler2 no longer needs to override getSolrMetricsContext
This commit is contained in:
parent
5eea489e44
commit
9c3b2b6654
|
@ -1024,10 +1024,5 @@ public class DirectUpdateHandler2 extends UpdateHandler implements SolrCoreState
|
|||
public CommitTracker getSoftCommitTracker() {
|
||||
return softCommitTracker;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SolrMetricsContext getSolrMetricsContext() {
|
||||
return solrMetricsContext;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue