From 13ea909122a39f36b7c63effabca0fe8a43298aa Mon Sep 17 00:00:00 2001 From: Koji Kawamura Date: Mon, 14 Nov 2016 14:28:05 +0900 Subject: [PATCH] NIFI-2851: Fixed CheckStyle error. This closes #1215. Signed-off-by: Andy LoPresto --- .../java/org/apache/nifi/stream/io/util/TextLineDemarcator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-commons/nifi-utils/src/main/java/org/apache/nifi/stream/io/util/TextLineDemarcator.java b/nifi-commons/nifi-utils/src/main/java/org/apache/nifi/stream/io/util/TextLineDemarcator.java index e4c213a2c2..124e6735bd 100644 --- a/nifi-commons/nifi-utils/src/main/java/org/apache/nifi/stream/io/util/TextLineDemarcator.java +++ b/nifi-commons/nifi-utils/src/main/java/org/apache/nifi/stream/io/util/TextLineDemarcator.java @@ -214,7 +214,7 @@ public class TextLineDemarcator { * {@link InputStream} (i.e., EOF) and such line does not terminate with CR or LF or the combination of the two. * Value 1 is returned if text line ends with '\n' or '\r'. * Value 2 is returned if line ends with '\r\n'). - *
  • startsWithMatch - true by default unless startWith bytes are provided and not matched. + *
  • startsWithMatch - true by default unless startWith bytes are provided and not matched. * See {@link #nextOffsetInfo(byte[])} for more info.
  • * **/