Skip to content

Commit

Permalink
Fixed code coverage error
Browse files Browse the repository at this point in the history
Signed-off-by: Kondaka <[email protected]>
  • Loading branch information
kkondaka committed Nov 19, 2024
1 parent 6c05bcf commit c020860
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ protected AbstractProcessor(final PluginMetrics pluginMetrics) {
timeElapsedTimer = pluginMetrics.timer(MetricNames.TIME_ELAPSED);
}

public PluginMetrics getPluginMetrics() {
return pluginMetrics;
}

/**
* @since 1.2
* This execute function calls the {@link AbstractProcessor#doExecute(Collection)} function of the implementation,
Expand Down

0 comments on commit c020860

Please sign in to comment.