File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
distribution/tools/keystore-cli/src/test/java/org/opensearch/bootstrap
server/src/main/java/org/opensearch/bootstrap Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ public void testInitExecutionOrder() throws Exception {
150
150
151
151
LogConfigurator .registerErrorListener ();
152
152
Bootstrap testBootstrap = new Bootstrap (mockThread , mockNode );
153
- testBootstrap .setInstance (testBootstrap );
153
+ Bootstrap .setInstance (testBootstrap );
154
154
155
155
Bootstrap .startInstance (testBootstrap );
156
156
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ final class Bootstrap {
94
94
private final Spawner spawner = new Spawner ();
95
95
96
96
// For testing purpose
97
- void setInstance (Bootstrap bootstrap ) {
97
+ static void setInstance (Bootstrap bootstrap ) {
98
98
INSTANCE = bootstrap ;
99
99
}
100
100
You can’t perform that action at this time.
0 commit comments