Skip to content

Commit

Permalink
Merge branch 'main' of github.com:opensearch-project/security into re…
Browse files Browse the repository at this point in the history
…move-unused-apis
  • Loading branch information
derek-ho committed Oct 1, 2024
2 parents 7e3e143 + df115d8 commit f7510d5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ public boolean allowSystemIndexAccessByDefault() {
return delegate.allowSystemIndexAccessByDefault();
}

@Override
public boolean isActionPaginated() {
return delegate.isActionPaginated();
}

@Override
public String toString() {
return delegate.toString();
Expand Down

0 comments on commit f7510d5

Please sign in to comment.