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:
Artem Bilan
2017-08-15 13:36:19 -04:00
parent a1abae03a4
commit ab9e843cfa
7 changed files with 23 additions and 31 deletions

View File

@@ -248,7 +248,7 @@ public class FileSplitter extends AbstractMessageSplitter {
boolean markers = FileSplitter.this.markers;
boolean sof = markers;
boolean sof = this.markers;
boolean eof;