Skip to content

Commit

Permalink
Swap beforeStatic and beforeSynchronized
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Sep 24, 2022
1 parent f460d47 commit 15ecd5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ void identification() {
"",
" @BeforeTemplate",
" // BUG: Diagnostic contains:",
" synchronized String beforeSynchronized(String str) {",
" static String beforeStatic(String str) {",
" return str;",
" }",
"",
" @BeforeTemplate",
" // BUG: Diagnostic contains:",
" static String beforeStatic(String str) {",
" synchronized String beforeSynchronized(String str) {",
" return str;",
" }",
"",
Expand Down

0 comments on commit 15ecd5e

Please sign in to comment.