Skip to content

Commit a347512

Browse files
author
Hendrik Muhs
committed
checkstyle
1 parent 7a4b531 commit a347512

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/transforms/TransformIndexer.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,13 +351,15 @@ protected void initializeFunction() {
351351
if (changeCollector.isOptimized() == false) {
352352
logger.warn(
353353
new ParameterizedMessage(
354-
"[{}] could not find any optimizations for continuous execution, this transform might run slow, please check your configuration.",
354+
"[{}] could not find any optimizations for continuous execution, "
355+
+ "this transform might run slow, please check your configuration.",
355356
getJobId()
356357
)
357358
);
358359
auditor.warning(
359360
getJobId(),
360-
"could not find any optimizations for continuous execution, this transform might run slow, please check your configuration."
361+
"could not find any optimizations for continuous execution, "
362+
+ "this transform might run slow, please check your configuration."
361363
);
362364
}
363365
}

0 commit comments

Comments
 (0)