GH-3549: Fix minor SonarQube smells
Fixes https://github.com/spring-projects/spring-integration/issues/3549
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user