Skip to content

Commit

Permalink
s/CheckStyle/Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Sep 28, 2022
1 parent 8323250 commit b342377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ boolean testStringIsEmpty() {
}
}

// This is a comment to appease CheckStyle.
// This is a comment to appease Checkstyle.
;
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ boolean testStringIsEmpty() {
}
}

// This is a comment to appease CheckStyle.
// This is a comment to appease Checkstyle.
/* ERROR: Unexpected declaration. */
;

0 comments on commit b342377

Please sign in to comment.