Skip to content

Commit

Permalink
Fix spotless issues
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Nov 7, 2023
1 parent 96da1b9 commit 0198b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@

import static org.hamcrest.CoreMatchers.containsString;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.hasItems;
import static org.junit.Assert.assertThat;
import static io.netty.handler.codec.http.HttpHeaderNames.HOST;

@ClusterScope(scope = Scope.TEST, supportsDedicatedMasters = false, numDataNodes = 1)
public class Netty4HeaderVerifierIT extends OpenSearchNetty4IntegTestCase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

public class Netty4MarkedMessagePlugin extends Netty4Plugin {

public static final AtomicReference<HttpMessage> MESSAGE = new AtomicReference<>();
public static final AtomicReference<HttpMessage> MESSAGE = new AtomicReference<>();

public class Netty4BlockingHttpServerTransport extends Netty4HttpServerTransport {

Expand All @@ -48,16 +48,7 @@ public Netty4BlockingHttpServerTransport(
ClusterSettings clusterSettings,
SharedGroupFactory sharedGroupFactory
) {
super(
settings,
networkService,
bigArrays,
threadPool,
xContentRegistry,
dispatcher,
clusterSettings,
sharedGroupFactory
);
super(settings, networkService, bigArrays, threadPool, xContentRegistry, dispatcher, clusterSettings, sharedGroupFactory);
}

@Override
Expand Down

0 comments on commit 0198b94

Please sign in to comment.