You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2015/06/16 16:19:01 UTC

[jira] [Created] (FLINK-2233) InputFormat nextRecord Javadocs out of sync

Ufuk Celebi created FLINK-2233:
----------------------------------

             Summary: 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, master
            Reporter: Ufuk Celebi


{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)