Commit fc2ffa1
authored
Update api.mustache remove nonnullable annotations in Method fetch
The current code created:
` Method method = this.getClass().getMethod("someMethodWithHttpInfo", @jakarta.annotation.Nonnull String.class, @jakarta.annotation.Nonnull String.class);
`
Which is invalid code. Removed the nonnull addition1 parent 9fa18d0 commit fc2ffa1
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
0 commit comments