Commit 2b3d4b5
committed
[TASK] Deprecate method forwarding
Instead, the corresponding method on the formatter should be called
directly.
This increases type safety and helps static code analysis. Also, it
makes the code easier to understand.OutputFormat to OutputFormatter
1 parent 2be1044 commit 2b3d4b5
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
296 | 297 | | |
297 | 298 | | |
298 | 299 | | |
| |||
0 commit comments