Skip to content

Commit

Permalink
Fix DelegatingRestHandlerTests
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Jun 11, 2024
1 parent 00c31e9 commit 1fd98c6
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 1fd98c6

Please sign in to comment.