Commit 7df51b7
committed
refactor: Drop residual unused vars and SuppressWarnings
Cleans up two leftovers from the SonarQube pass: an unused Boolean
binding in SchemaParser.parseAdditionalProperties (the false branch
doesn't need the value) and a no-longer-needed @SuppressWarnings on
Spec.resolveParameterOrParse.1 parent 51604e4 commit 7df51b7
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | 154 | | |
156 | 155 | | |
157 | 156 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments