[
https://issues.apache.org/jira/browse/NIFI-14741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004752#comment-18004752
]
ASF subversion and git services commented on NIFI-14741:
--------------------------------------------------------
Commit d154e3c6eb16ca97bf1574ef4651f6134c9cda7e in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=d154e3c6eb ]
NIFI-14741 Corrected RecordReader interface name in JavaDoc comment (#10083)
Signed-off-by: David Handermann <[email protected]>
> Correct wording in org.apache.nifi.serialization.RecordReader javadoc
> ---------------------------------------------------------------------
>
> Key: NIFI-14741
> URL: https://issues.apache.org/jira/browse/NIFI-14741
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Trivial
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In the javadoc for RecordReader it says
> {code:java}
> * <p>
> * A RowRecordReader is responsible for parsing data and returning a record
> at a time
> * in order to allow the caller to iterate over the records individually.
> * </p>{code}
> Instead of RowRecordReader it should say RecordReader
--
This message was sent by Atlassian Jira
(v8.20.10#820010)