Commit 721a170
committed
Add @UpdateForV10 to AbstractObjectParser.declareInt
Adds an `@UpdateForV10` annotation to the `AbstractObjectParser
.declareInt` method and assigns it to the Distributed Coordination team.
This method needs to throw an `IllegalArgumentException` for
non-integer values being passed, such as floats, doubles, and
stringified floats and doubles.1 parent 6db05d4 commit 721a170
File tree
1 file changed
+2
-0
lines changed- libs/x-content/src/main/java/org/elasticsearch/xcontent
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| 249 | + | |
248 | 250 | | |
249 | 251 | | |
250 | 252 | | |
| |||
0 commit comments