GH-3549: Fix minor SonarQube smells

Fixes https://github.com/spring-projects/spring-integration/issues/3549
This commit is contained in:
trungPa
2021-07-23 22:07:39 +07:00
committed by GitHub
parent bc8246d267
commit 9e512186ed
33 changed files with 77 additions and 77 deletions

View File

@@ -33,7 +33,7 @@ public class ByteStreamReadingMessageSource extends AbstractMessageSource<byte[]
private final BufferedInputStream stream;
private int bytesPerMessage = 1024;
private int bytesPerMessage = 1024; // NOSONAR magic number
private boolean shouldTruncate = true;