Commit dfef8ac
authored
fix: use single-line comments for SNIP markers to avoid NotJavadoc warnings (#765)
ErrorProne's NotJavadoc check flags `/**` block comments that aren't
actual Javadoc. The SNIP markers are for documentation extraction,
not Javadoc, so use `//` single-line comments instead.
Co-authored-by: Maxim Fateev <1463622+mfateev@users.noreply.github.com>1 parent 8c31358 commit dfef8ac
File tree
2 files changed
+4
-12
lines changed- core/src/main/java/io/temporal/samples/envconfig
2 files changed
+4
-12
lines changedLines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
83 | | - | |
84 | | - | |
85 | | - | |
| 81 | + | |
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 89 | + | |
0 commit comments