Skip to content

Commit

Permalink
Drop unused field in Slf4jLogStatementTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Mar 13, 2024
1 parent 23ceb4a commit f8af1d4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ void identification() {
"class A {",
" private static final String FMT0 = \"format-string-without-placeholders\";",
" private static final String FMT1 = \"format-string-with-{}-placeholder\";",
" private static final String FMT2 = \"format-string-with-{}-{}-placeholders\";",
" private static final String FMT_ERR = \"format-string-with-%s-placeholder\";",
" private static final Logger LOG = LoggerFactory.getLogger(A.class);",
"",
Expand Down

0 comments on commit f8af1d4

Please sign in to comment.