Skip to content

Commit

Permalink
Add @internalapi annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Oct 1, 2024
1 parent 5f4dbcf commit 8d18592
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.opensearch.OpenSearchException;
import org.opensearch.common.annotation.InternalApi;
import org.opensearch.common.settings.Settings;
import org.opensearch.identity.noop.NoopIdentityPlugin;
import org.opensearch.identity.tokens.TokenManager;
Expand All @@ -24,6 +25,7 @@
*
* @opensearch.internal
* */
@InternalApi
public class IdentityService {
private static final Logger log = LogManager.getLogger(IdentityService.class);

Expand Down

0 comments on commit 8d18592

Please sign in to comment.