[
https://issues.apache.org/jira/browse/FLINK-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15011290#comment-15011290
]
ASF GitHub Bot commented on FLINK-2233:
---------------------------------------
Github user zentol closed the pull request at:
https://github.com/apache/flink/pull/1374
> InputFormat nextRecord Javadocs out of sync
> -------------------------------------------
>
> Key: FLINK-2233
> URL: https://issues.apache.org/jira/browse/FLINK-2233
> Project: Flink
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.9, 0.10.0
> Reporter: Ufuk Celebi
> Assignee: Chesnay Schepler
>
> {code}
> /**
> * Tries to read the next pair from the input. By using the return
> value invalid records in the
> * input can be skipped.
> * <p>
> * When this method is called, the input format it guaranteed to be
> opened.
> *
> * @param reuse Object that may be reused.
> * @return Indicates whether the record could be successfully read. A
> return value of <i>true</i>
> * indicates that the read was successful, a return value of
> false indicates that the
> * current record was not read successfully and should be
> skipped.
> *
> * @throws IOException Thrown, if an I/O error occurred.
> */
> OT nextRecord(OT reuse) throws IOException;
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)