Skip to content

Commit

Permalink
Add your public modifier back to one of the AbstractBuffer constructo…
Browse files Browse the repository at this point in the history
…rs to attempt to fix the build. (#3947) (#3948)

Signed-off-by: David Venable <[email protected]>
(cherry picked from commit 677643d)

Co-authored-by: David Venable <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and dlvenable authored Jan 11, 2024
1 parent 42e3eea commit 210e9ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public abstract class AbstractBuffer<T extends Record<?>> implements Buffer<T> {
private final Timer readTimer;
private final Timer checkpointTimer;

AbstractBuffer(final PluginSetting pluginSetting) {
public AbstractBuffer(final PluginSetting pluginSetting) {
this(PluginMetrics.fromPluginSetting(pluginSetting), pluginSetting.getPipelineName());
}

Expand Down

0 comments on commit 210e9ce

Please sign in to comment.