The method `JtaPlatformInitiator.initiateService()` is checking `platform == null` twice unnecessarily and logging the same message in each check.
It would be appropriate to refactor this method unifying each block and logging only once to provide accurate information about what is happening |
|