Skip to content

Commit

Permalink
remove bad annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford committed Apr 20, 2023
1 parent c1e3f16 commit af4f452
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.opensearch.OpenSearchException;
import org.opensearch.common.NotNull;
import org.opensearch.identity.noop.NoopIdentityPlugin;
import java.util.List;
import org.opensearch.common.settings.Settings;
Expand Down Expand Up @@ -47,7 +46,6 @@ public IdentityService(final Settings settings, final List<IdentityPlugin> ident
/**
* Gets the current subject
*/
@NotNull
public Subject getSubject() {
return identityPlugin.getSubject();
}
Expand Down

0 comments on commit af4f452

Please sign in to comment.