Skip to content

Commit

Permalink
Suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Nov 14, 2021
1 parent 0563ca6 commit 13e28c8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ void replacement() {
" Predicates.not(null);",
" not(null);",
"",
" Objects.requireNonNull(\"bar\");",
"",
" Arguments.arguments(\"foo\");",
"",
" Objects.requireNonNull(\"bar\");",
"",
" Object o = StandardCharsets.UTF_8;",
" }",
"",
Expand Down Expand Up @@ -167,10 +167,10 @@ void replacement() {
" Predicates.not(null);",
" not(null);",
"",
" requireNonNull(\"bar\");",
"",
" arguments(\"foo\");",
"",
" requireNonNull(\"bar\");",
"",
" Object o = UTF_8;",
" }",
"",
Expand Down

0 comments on commit 13e28c8

Please sign in to comment.