Commit a707731
Base64: one declaration per line (PMD OneDeclarationPerLine)
Split the gate's combined byte[] declaration into one per line to satisfy PMD
(the SpotBugs fix in the prior commit cleared; this is the remaining static-analysis
nit on the same code).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 741999e commit a707731
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
626 | 629 | | |
627 | 630 | | |
628 | 631 | | |
| |||
0 commit comments