change visibility
This commit is contained in:
parent
512239041b
commit
03148dc3b0
|
@ -402,7 +402,7 @@ public class IndexNameExpressionResolver {
|
|||
* @param aliasesOrIndices the array containing index names
|
||||
* @return true if the provided array maps to all indices, false otherwise
|
||||
*/
|
||||
static boolean isAllIndices(List<String> aliasesOrIndices) {
|
||||
public static boolean isAllIndices(List<String> aliasesOrIndices) {
|
||||
return aliasesOrIndices == null || aliasesOrIndices.isEmpty() || isExplicitAllPattern(aliasesOrIndices);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue