Commit 18146d9
committed
Rename Types.param to Types.typeParamOf
Ideally, this method would be deleted in favor of using
Types.typeParamsOf, which returns all type parameters, not just the
ith one. But the typeParamsOf method appears to be a little buggy
in comparison to Types.typeParamOf, so for now, both of them stay.1 parent 8a900cf commit 18146d9
File tree
3 files changed
+7
-9
lines changed- scijava-struct/src/test/java/org/scijava/struct
- scijava-types/src
- main/java/org/scijava/types
- test/java/org/scijava/types
3 files changed
+7
-9
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
1163 | 1163 | | |
1164 | 1164 | | |
1165 | 1165 | | |
1166 | | - | |
1167 | | - | |
1168 | | - | |
1169 | | - | |
| 1166 | + | |
| 1167 | + | |
1170 | 1168 | | |
1171 | 1169 | | |
1172 | 1170 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
0 commit comments