Commit 9095513
docs: clarify ParameterMappings storage-list marker comment
The legacy SOAP writer had a misleading comment claiming the leading
`int32(2)` of an empty ParameterMappings array was a "declared count".
It is actually the Mendix storage-list-type marker — the same
constant used by every other empty list writer in this file (see
PR #338 for showpage and PR #374 for change-action items).
Addresses ako's review on PR #334.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent cffcd77 commit 9095513
2 files changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | | - | |
706 | | - | |
707 | | - | |
708 | | - | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
709 | 711 | | |
710 | 712 | | |
711 | 713 | | |
| |||
0 commit comments