Skip to content

Commit 4d3bec1

Browse files
Fix javadoc
1 parent 4dc5ef4 commit 4d3bec1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/GenerativeRestTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,6 @@ private List<String> availableIndices() {
142142

143143
record LookupIdx(String idxName, String key, String keyType) {}
144144

145-
/**
146-
* index name, index key
147-
* <p>
148-
* Returns only indexes with a keyword key
149-
*/
150145
private List<LookupIdx> lookupIndices() {
151146
List<LookupIdx> result = new ArrayList<>();
152147
// we don't have key info from the dataset loader, let's hardcode it for now

0 commit comments

Comments
 (0)