Commit ae46517
authored
Fix warning in idea gradle sync (elastic#138749) (elastic#138861)
This simplifies the expand map in client:rest to use a simple model that
is understood by Idea
This api also has a known flaw of memory issues and we use ReplaceTokens already in other places1 parent b46a4f6 commit ae46517
File tree
2 files changed
+5
-4
lines changed- client/rest
- src/main/resources/org/elasticsearch/client
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
0 commit comments