Skip to content

Commit

Permalink
spotless applied
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshk25 committed Nov 30, 2023
1 parent 12e95cb commit 643e370
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,9 @@ public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throw
log.info("Start Forwarded Search Query");
SolrParams filteredParams = removeVerboseParams(req.getParams());
rsp.getToLog()
.asShallowMap(false)
.put("params", "{" + filteredParams + "}"); // replace "params" with the filtered version
.asShallowMap(false)
.put(
"params", "{" + filteredParams + "}"); // replace "params" with the filtered version
} else {
// Then it is the first time this req hitting Solr - not a req distributed by another higher
// level req.
Expand Down

0 comments on commit 643e370

Please sign in to comment.