Skip to content

Commit

Permalink
address a minor warning; not an actual problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmiley committed Feb 1, 2025
1 parent 132c7bb commit b85694c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1031,8 +1031,7 @@ public static String assertJQ(SolrQueryRequest req, double delta, String... test
}
return response;
} finally {
// restore the params
if (params != null && params != req.getParams()) req.setParams(params);
req.setParams(params); // restore in case we changed it
}
}

Expand Down

0 comments on commit b85694c

Please sign in to comment.