Skip to content

Commit

Permalink
apply spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Jin <[email protected]>
  • Loading branch information
LantaoJin committed Jun 25, 2024
1 parent c25aca6 commit 6607f35
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ protected JSONObject executeRestQuery(String query, @Nullable Integer fetch_size
}

@SneakyThrows
protected JSONObject executeRestQuery(String query, @Nullable Integer fetch_size, Map<String, String> params) {
protected JSONObject executeRestQuery(
String query, @Nullable Integer fetch_size, Map<String, String> params) {
Request request = new Request("POST", QUERY_API_ENDPOINT);
if (fetch_size != null) {
request.setJsonEntity(
Expand Down

0 comments on commit 6607f35

Please sign in to comment.