Skip to content

Commit ec978f8

Browse files
author
Harsh Garg
committed
Fixing testRestHandlerWrapper UT
Signed-off-by: Harsh Garg <[email protected]>
1 parent cf59dc5 commit ec978f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/src/main/java/org/opensearch/rest/RestHandler.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ public boolean allowSystemIndexAccessByDefault() {
193193
return delegate.allowSystemIndexAccessByDefault();
194194
}
195195

196+
@Override
197+
public boolean isActionPaginated() {
198+
return delegate.isActionPaginated();
199+
}
200+
196201
@Override
197202
public boolean supportsStreaming() {
198203
return delegate.supportsStreaming();

0 commit comments

Comments
 (0)