Skip to content

Commit

Permalink
Merge branch 'main' of github.com:opensearch-project/security into alias
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-ho committed Jun 11, 2024
2 parents 9fa04a4 + 8c722f6 commit 39174a6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,9 @@ public boolean allowSystemIndexAccessByDefault() {
public String toString() {
return delegate.toString();
}

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

0 comments on commit 39174a6

Please sign in to comment.