Commit 53d5def
java: replace String.repeat() with StringBuilder for Java 8 compat
String.repeat() was added in Java 11. Use a StringBuilder loop instead
to maintain Java 8 compatibility per project requirements.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 501ff71 commit 53d5def
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | | - | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
796 | 798 | | |
797 | 799 | | |
798 | 800 | | |
| |||
0 commit comments