mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 10:54:54 +00:00
Fix checkstyle violation in remove plugin tests
This commit fixes a redundant modifier checkstyle violation in RemovePluginCommandTests.java.
This commit is contained in:
parent
1492ccd7ae
commit
9f12f3c338
@ -51,7 +51,7 @@ public class RemovePluginCommandTests extends ESTestCase {
|
||||
|
||||
final Environment env;
|
||||
|
||||
public MockRemovePluginCommand(final Environment env) {
|
||||
private MockRemovePluginCommand(final Environment env) {
|
||||
this.env = env;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user