Fix checkstyle

Original commit: elastic/x-pack-elasticsearch@05d59da705
This commit is contained in:
David Kyle 2017-01-26 10:05:03 +00:00
parent e3bb7cfea3
commit db14d89358
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ public class MlInitializationService extends AbstractComponent implements Cluste
if (error instanceof ResourceAlreadyExistsException) {
logger.debug("not able to create {} index as it already exists", Auditor.NOTIFICATIONS_INDEX);
} else {
logger.error(new ParameterizedMessage("not able to create {} index", Auditor.NOTIFICATIONS_INDEX), error);
logger.error(
new ParameterizedMessage("not able to create {} index", Auditor.NOTIFICATIONS_INDEX), error);
}
}
createMlAuditIndexCheck.set(false);