Skip to content

Commit

Permalink
Remove trailing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Feb 15, 2021
1 parent 0e9b78a commit 80f1a1e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void testIdentification() {
" return string.equals(\"\");",
" }",
"",
"", // @BeforeTemplate is missing
// @BeforeTemplate is missing
" boolean lengthEquals0(String string) {",
" return string.length() == 0;",
" }",
Expand All @@ -56,7 +56,7 @@ public void testIdentification() {
" return string.length() == 0;",
" }",
"",
"", // @AfterTemplate is missing
// @AfterTemplate is missing
" boolean optimizedMethod(String string) {",
" return string.isEmpty();",
" }",
Expand All @@ -65,7 +65,7 @@ public void testIdentification() {
" // BUG: Diagnostic matches: X",
" abstract class MethodMissesPlaceholderAnnotation<K, V> {",
"",
"", // @Placeholder is missing
// @Placeholder is missing
" abstract V function(K key);",
"",
" @BeforeTemplate",
Expand Down

0 comments on commit 80f1a1e

Please sign in to comment.