diff --git a/plugin/src/main/java/org/elasticsearch/xpack/ml/job/process/autodetect/writer/DataToProcessWriter.java b/plugin/src/main/java/org/elasticsearch/xpack/ml/job/process/autodetect/writer/DataToProcessWriter.java
index 39154ee3db5..8c18a008f34 100644
--- a/plugin/src/main/java/org/elasticsearch/xpack/ml/job/process/autodetect/writer/DataToProcessWriter.java
+++ b/plugin/src/main/java/org/elasticsearch/xpack/ml/job/process/autodetect/writer/DataToProcessWriter.java
@@ -13,7 +13,8 @@ import java.io.InputStream;
import java.util.function.BiConsumer;
/**
- * Interface defining writers to a {@link org.elasticsearch.xpack.ml.job.process.autodetect.AutodetectProcess}
+ * Interface defining writers to a
+ * {@link org.elasticsearch.xpack.ml.job.process.autodetect.AutodetectProcess}
*/
public interface DataToProcessWriter {
@@ -30,7 +31,8 @@ public interface DataToProcessWriter {
* DataDescription
s timeField is missing from the CSV header
* a MissingFieldException
is thrown
*/
- void write(InputStream inputStream, XContentType xContentType, BiConsumer handler) throws IOException;
+ void write(InputStream inputStream, XContentType xContentType,
+ BiConsumer handler) throws IOException;
/**
* Flush the outputstream