Skip to content

Commit

Permalink
Modify some comments to run gradle check again
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong committed Jan 8, 2024
1 parent 97f3ff0 commit 069675f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ private static String[] concreteAliases(IndicesAliasesRequest.AliasActions actio
}

// must_exist can only be set in the Remove Action in Update aliases API,
// we check the value here to respond differently
// we check the value here to make the behavior consistent with Delete aliases API
if (action.mustExist() != null) {
// if must_exist is false, we should make the remove action execute silently,
// so we return the original specified aliases to avoid AliasesNotFoundException
Expand Down

0 comments on commit 069675f

Please sign in to comment.