Commit 7c99c33
committed
Narrow preserveLeadingComments property to private
It is read only inside BaseMultiQueryParser::buildQuery(); no subclass
accesses it, so `protected` advertised an extension point that does not
exist. Tighten the boundary to `private`.
Co-Authored-By: Claude Code1 parent fc9f1b6 commit 7c99c33
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments