Skip to content

Commit

Permalink
Fix checkstyle issues
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Oct 4, 2022
1 parent ff63c05 commit b75a9ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
import org.opensearch.security.auth.HTTPAuthenticator;
import org.opensearch.security.user.AuthCredentials;

import static org.opensearch.security.setting.DeprecatedSettings.checkForDeprecatedSetting;

public abstract class AbstractHTTPJwtAuthenticator implements HTTPAuthenticator {
private final static Logger log = LogManager.getLogger(AbstractHTTPJwtAuthenticator.class);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
*/
package org.opensearch.security.setting;

import com.google.common.annotations.VisibleForTesting;

import org.opensearch.common.logging.DeprecationLogger;
import org.opensearch.common.settings.Settings;

Expand Down

0 comments on commit b75a9ba

Please sign in to comment.