Commit 30f7c22
committed
fix(typescript-axios): make LOGGER non-static per project ArchUnit rules
The project enforces that Logger fields must not be static to avoid
unnecessary memory consumption, since generators are used once per
program lifetime (see PR #8799).1 parent 0acb15c commit 30f7c22
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- modules/openapi-generator/src/main/java/org/openapitools/codegen/languages
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments