Commit 9682751
authored
Fix main: remove an incompatible java api method with java 8 from a test (#19424)
Looks like the issue with main and the nightly release was caused by the
test in #19354. I checked and that `toList` method does not seem to
affect what is being tested there (the previous error would still appear
without it), so I removed it here.1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
0 commit comments