Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGaox committed Oct 27, 2023
1 parent 029623a commit e25bf09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ private List<OperationInterface> getAllOperationClasses(List<String> operations)
*/
public StoppableCheck getInstanceStoppableCheck(String clusterId, String instanceName,
String jsonContent) throws IOException {
return batchGetInstancesStoppableChecks(clusterId, ImmutableList.of(instanceName), jsonContent,
Collections.emptySet()).get(instanceName);
return batchGetInstancesStoppableChecks(clusterId, ImmutableList.of(instanceName),
jsonContent).get(instanceName);
}

public Map<String, StoppableCheck> batchGetInstancesStoppableChecks(String clusterId,
Expand Down

0 comments on commit e25bf09

Please sign in to comment.