Skip to content

Commit

Permalink
Make trivial change to trigger rerun
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <steecraw@amazon.com>
  • Loading branch information
scrawfor99 committed Jul 10, 2023
1 parent 2c587db commit 9b681a3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

package org.opensearch.identity;

import java.util.List;
import java.util.stream.Collectors;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.opensearch.OpenSearchException;
import org.opensearch.identity.noop.NoopIdentityPlugin;
import java.util.List;
import org.opensearch.common.settings.Settings;
import org.opensearch.identity.noop.NoopIdentityPlugin;
import org.opensearch.identity.tokens.TokenManager;
import org.opensearch.plugins.IdentityPlugin;
import java.util.stream.Collectors;

/**
* Identity and access control for OpenSearch.
Expand Down Expand Up @@ -44,7 +44,7 @@ public IdentityService(final Settings settings, final List<IdentityPlugin> ident
}

/**
* Gets the current subject
* Gets the current Subject
*/
public Subject getSubject() {
return identityPlugin.getSubject();
Expand Down

0 comments on commit 9b681a3

Please sign in to comment.