Skip to content

Commit

Permalink
Rollback
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 279f589 commit 9a0ad21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.
55 changes: 0 additions & 55 deletions libs/common/src/main/java/org/opensearch/common/NotNull.java

This file was deleted.

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 9a0ad21

Please sign in to comment.