Skip to content

Commit

Permalink
Drop unused field in Slf4jLogStatementTest (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie authored Mar 17, 2024
1 parent e3cda3e commit df0eb9e
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 df0eb9e

Please sign in to comment.