Commit e25665c
committed
fix: Restore the shutdownTimeoutSeconds javadoc
The two content-coding setters were inserted between that javadoc and
the method it documents, so it bound to nothing and shutdownTimeoutSeconds
lost its documentation. Moves it back and folds the cap's two range
checks into the one range they describe.
Also un-nests the ternary that resolving a byte body's content type had
grown, which SonarQube flags as S3358 on new code.1 parent 059b0ef commit e25665c
2 files changed
Lines changed: 10 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | 394 | | |
400 | 395 | | |
401 | 396 | | |
402 | 397 | | |
403 | 398 | | |
404 | 399 | | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
| 400 | + | |
410 | 401 | | |
411 | | - | |
| 402 | + | |
412 | 403 | | |
413 | 404 | | |
414 | 405 | | |
| |||
432 | 423 | | |
433 | 424 | | |
434 | 425 | | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
435 | 431 | | |
436 | 432 | | |
437 | 433 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
| 132 | + | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments