Commit 8f7d41a
committed
Fix generic typing of Tables.wrap
The T variable for the map values is bound when the method is called.
So the T will always refer exactly to the type of values the compiler
knows the passed object to contain. I think there is no need to use
"? extends T" and I am guessing it could cause problems downstream.1 parent 7304123 commit 8f7d41a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments