Skip to content

Commit 2e6834a

Browse files
authored
Revert "Add getter to IndexNameExpressionResolve (elastic#96150)" (elastic#96255)
This reverts commit 3c5ab9c.
1 parent 253c5dd commit 2e6834a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/src/main/java/org/elasticsearch/cluster/metadata/IndexNameExpressionResolver.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,8 +1699,4 @@ public IndicesOptions getOptions() {
16991699
private static boolean isWildcard(String expression) {
17001700
return Regex.isSimpleMatchPattern(expression);
17011701
}
1702-
1703-
public SystemIndices getSystemIndices() {
1704-
return systemIndices;
1705-
}
17061702
}

0 commit comments

Comments
 (0)