mirror of
https://github.com/apache/druid.git
synced 2025-02-22 10:16:12 +00:00
Spotbugs: SS_SHOULD_BE_STATIC (#8073)
This commit is contained in:
parent
b2867c9d06
commit
04a180a5fb
@ -85,7 +85,6 @@
|
||||
<Bug pattern="SF_SWITCH_FALLTHROUGH"/>
|
||||
<Bug pattern="SF_SWITCH_NO_DEFAULT"/>
|
||||
<Bug pattern="SR_NOT_CHECKED"/>
|
||||
<Bug pattern="SS_SHOULD_BE_STATIC"/>
|
||||
<Bug pattern="SWL_SLEEP_WITH_LOCK_HELD"/>
|
||||
<Bug pattern="UL_UNRELEASED_LOCK_EXCEPTION_PATH"/>
|
||||
<Bug pattern="URF_UNREAD_FIELD"/>
|
||||
|
@ -40,8 +40,8 @@ import java.util.Map;
|
||||
@JsonTypeName("anonymous")
|
||||
public class AnonymousAuthenticator implements Authenticator
|
||||
{
|
||||
private static final String DEFAULT_IDENTITY = "defaultUser";
|
||||
private final AuthenticationResult anonymousResult;
|
||||
private final String DEFAULT_IDENTITY = "defaultUser";
|
||||
|
||||
@JsonCreator
|
||||
public AnonymousAuthenticator(
|
||||
|
Loading…
x
Reference in New Issue
Block a user