Skip to content

Commit

Permalink
#98 aibolit.P21 (var in the middle) suppressed in Print
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2020
1 parent 9bb599c commit d7e54de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/xembly/Print.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ final class Print {
}

@Override
@SuppressWarnings("aibolit.P21")
public String toString() {
final StringBuilder text = new StringBuilder(0);
int width = 0;
Expand Down

0 comments on commit d7e54de

Please sign in to comment.