Fix Checkstyle violations
* Add `validateOnlyOverlapping = false` for `RequireThis` Checkstyle rule * Add `this.` to caught places * Use `CustomizableThreadFactory` instead of raw interface in the `UnicastSendingMessageHandler`
This commit is contained in:
@@ -248,7 +248,7 @@ public class FileSplitter extends AbstractMessageSplitter {
|
||||
|
||||
boolean markers = FileSplitter.this.markers;
|
||||
|
||||
boolean sof = markers;
|
||||
boolean sof = this.markers;
|
||||
|
||||
boolean eof;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user