Skip to content

Commit 3dd0261

Browse files
committed
Fix checkstyle violations
1 parent e48a1fa commit 3dd0261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/IndexResolver.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public IndexResolver(Client client) {
9797
}
9898

9999
/**
100-
* Like {@link IndexResolver#resolveIndicesVersioned(String, Set, QueryBuilder, boolean, TransportVersion, boolean, boolean, IndicesExpressionGrouper, ActionListener)}
100+
* Like {@code IndexResolver#resolveIndicesVersioned}
101101
* but simplified and does not pass on the determined minimum transport version to the listener.
102102
*/
103103
public void resolveIndices(
@@ -164,7 +164,7 @@ public void resolveIndicesVersioned(
164164
}
165165

166166
/**
167-
* Like {@link IndexResolver#resolveIndicesVersioned(String, Set, QueryBuilder, boolean, TransportVersion, boolean, boolean, IndicesExpressionGrouper, ActionListener)}
167+
* Like {@code IndexResolver#resolveIndicesVersioned}
168168
* but for flat world queries.
169169
*/
170170
public void resolveFlatWorldIndicesVersioned(

0 commit comments

Comments
 (0)