Skip to content

Commit

Permalink
Merge branch 'main' into task/replace-deprecated-calls
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSmucker authored Oct 4, 2024
2 parents d5ecb45 + f4523bb commit a04e6fc
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ public BaseQueryResponse next(String queryId, ProxiedUserDetails currentUser) th
}
}

// @Override
public void setNextQueryResponseClass(Class<? extends BaseQueryResponse> nextQueryResponseClass) {
// noop, required by interface.
}

@Override
public VoidResponse close(String queryId, ProxiedUserDetails currentUser) throws QueryException {
log.info("FederatedQueryService close {} for {}", queryId, currentUser.getPrimaryUser());
Expand Down

0 comments on commit a04e6fc

Please sign in to comment.