Skip to content

Commit

Permalink
Restore function calls
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGaox committed Oct 30, 2023
1 parent a9ac2e9 commit d338fb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public StoppableCheck getInstanceStoppableCheck(String clusterId, String instanc
public Map<String, StoppableCheck> batchGetInstancesStoppableChecks(String clusterId,
List<String> instances, String jsonContent) throws IOException {
return _maintenanceManagementService
.batchGetInstancesStoppableChecks(clusterId, instances, jsonContent, Collections.emptySet());
.batchGetInstancesStoppableChecks(clusterId, instances, jsonContent);
}

}

0 comments on commit d338fb1

Please sign in to comment.