Commit 6f6a754
committed
Fix Java example template to properly wrap long scenario names in comments
When scenario names exceed 120 characters, the wordwrap filter was creating
a new line without the comment prefix '//'. This caused Java compilation
errors like 'class, interface, enum, or record expected'.
The fix adds the wrapstring parameter to preserve the comment prefix on
wrapped lines.1 parent a76fb76 commit 6f6a754
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments