Skip to content

Commit

Permalink
Add final
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Dec 15, 2023
1 parent d1e25f3 commit bb8e602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
*/
public class SearchTemplateRequest extends ActionRequest implements IndicesRequest.Replaceable, CompositeIndicesRequest, ToXContentObject {

private static SearchRequest SIMULATED_REQUEST = new SearchRequest(new String[0]);
private static final SearchRequest SIMULATED_REQUEST = new SearchRequest(new String[0]);
private SearchRequest request;
private boolean simulate = false;
private boolean explain = false;
Expand Down

0 comments on commit bb8e602

Please sign in to comment.