Commit 39aa8a5
authored
[LANG-1773] Apache Commons Lang no longer builds on Android (#1381)
Remove an unnecessary reference to `java.lang.reflect.AnnotatedType`, which does
not exist on Android. We immediately call `getType()` on it, so we might just as
well use the method that gives us `Type[]` directly.1 parent 4a6ae3e commit 39aa8a5
File tree
1 file changed
+2
-3
lines changed- src/main/java/org/apache/commons/lang3/reflect
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
1361 | 1360 | | |
1362 | 1361 | | |
1363 | 1362 | | |
1364 | | - | |
1365 | | - | |
| 1363 | + | |
| 1364 | + | |
1366 | 1365 | | |
1367 | 1366 | | |
1368 | 1367 | | |
| |||
0 commit comments