Fix new Sonar smells

This commit is contained in:
Artem Bilan
2020-08-06 10:45:44 -04:00
parent 9989344c0b
commit 094eb2e021
2 changed files with 35 additions and 23 deletions

View File

@@ -101,7 +101,7 @@ public class KafkaMessageSource<K, V> extends AbstractMessageSource<Object> impl
private static final long MIN_ASSIGN_TIMEOUT = 2000L;
private static int DEFAULT_CLOSE_TIMEOUT = 30;
private static final int DEFAULT_CLOSE_TIMEOUT = 30;
/**
* The number of records remaining from the previous poll.