Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Dec 19, 2019
1 parent 59b00d5 commit 5b7dfaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ void testComponentDecoding() throws Exception {
});

final List<String> encoded = encodedBuilder.build();
@SuppressWarnings("checkstyle:AvoidEscapedUnicodeCharacters")
final List<String> decoded = ImmutableList.<String>builder()
.add("", "foo", "f o", "f ", "fo\uFFFD", "B", "_", "f\uFFFD", "\uFFFD", "\uFFFD")
.addAll(TEST_COMPONENTS)
Expand Down

0 comments on commit 5b7dfaf

Please sign in to comment.