Commit f9b4b1d
refactor(wire-dto): pin @JsonProperty on remaining FRAGILE record components
Two backend records (SetAnnotationValueAction, AddProjectTagAction) had at
least one naked record component the FRAGILE pin in #52 missed, surfaced by
the conformance re-audit run as part of #53. Pinning each record component
with @JsonProperty using the existing JSON field name (no behavior change).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f9d9d7b commit f9b4b1d
2 files changed
Lines changed: 7 additions & 7 deletions
File tree
- src/main/java/edu/stanford/protege/webprotege
- bulkop
- tag
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments