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 fd1c4e5 commit c399ff9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public StringBuilder stringBuilder() {
* Switches the internal representation of the specified {@link StringBuilder} from LATIN1 to UTF16,
* so that character operations do not have performance penalty.
*/
@SuppressWarnings("checkstyle:AvoidEscapedUnicodeCharacters")
private static StringBuilder inflate(StringBuilder stringBuilder) {
stringBuilder.append('\u0100');
stringBuilder.setLength(0);
Expand Down

0 comments on commit c399ff9

Please sign in to comment.