From f72e6bc918ccab4a617e923051844c5f84a7f083 Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Mon, 24 Jul 2023 19:33:56 -0700 Subject: [PATCH] Fix lint Signed-off-by: Ryan Liang --- .../amazon/dlic/auth/http/saml/HTTPSamlAuthenticatorTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/java/com/amazon/dlic/auth/http/saml/HTTPSamlAuthenticatorTest.java b/src/test/java/com/amazon/dlic/auth/http/saml/HTTPSamlAuthenticatorTest.java index 296e4dd37b..ebc523ca3a 100644 --- a/src/test/java/com/amazon/dlic/auth/http/saml/HTTPSamlAuthenticatorTest.java +++ b/src/test/java/com/amazon/dlic/auth/http/saml/HTTPSamlAuthenticatorTest.java @@ -45,7 +45,6 @@ import org.opensearch.core.common.bytes.BytesReference; import org.opensearch.common.io.stream.BytesStreamOutput; import org.opensearch.common.settings.Settings; -import org.opensearch.common.xcontent.XContentType; import org.opensearch.core.xcontent.MediaType; import org.opensearch.core.xcontent.XContentBuilder; import org.opensearch.rest.RestChannel; @@ -1019,8 +1018,7 @@ public void sendResponse(RestResponse response) { } @Override - public XContentBuilder newBuilder(MediaType xContentType, MediaType responseContentType, boolean useFiltering) - throws IOException { + public XContentBuilder newBuilder(MediaType xContentType, MediaType responseContentType, boolean useFiltering) throws IOException { return null; }