NIFI-2851: Fixed CheckStyle error.

This closes #1215.

Signed-off-by: Andy LoPresto <alopresto@apache.org>
This commit is contained in:
Koji Kawamura 2016-11-14 14:28:05 +09:00 committed by Andy LoPresto
parent ad92474593
commit 13ea909122
No known key found for this signature in database
GPG Key ID: 3C6EF65B2F7DEF69
1 changed files with 1 additions and 1 deletions

View File

@ -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. * {@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 1 is returned if text line ends with '\n' or '\r'.
* Value 2 is returned if line ends with '\r\n').</li> * Value 2 is returned if line ends with '\r\n').</li>
* <li><i>startsWithMatch</i> - <code>true</code> by default unless <code>startWith</code> bytes are provided and not matched. * <li><i>startsWithMatch</i> - <code>true</code> by default unless <code>startWith</code> bytes are provided and not matched.
* See {@link #nextOffsetInfo(byte[])} for more info.</li> * See {@link #nextOffsetInfo(byte[])} for more info.</li>
* </ul> * </ul>
**/ **/