Skip to content

Commit

Permalink
Remove overloaded method
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Dec 13, 2024
1 parent ce80b7c commit 154556c
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,15 +423,6 @@ public final Builder plugin(Class<? extends Plugin>... plugins) {
return this;
}

/**
* Adds additional plugins to the cluster
*/
public Builder plugin(Class<? extends Plugin> plugin) {
this.plugins.add(plugin);

return this;
}

public Builder authFailureListeners(AuthFailureListeners listener) {
testSecurityConfig.authFailureListeners(listener);
return this;
Expand Down

0 comments on commit 154556c

Please sign in to comment.