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.
  • * **/