Skip to content

Commit

Permalink
Fix misleading ItemStreamSimpleReaderDelegate#read javadoc comment
Browse files Browse the repository at this point in the history
Signed-off-by: Taeik Lim <sibera21@gmail.com>
  • Loading branch information
acktsap committed Apr 2, 2024
1 parent e1a063c commit 70660ba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ default void onOpenRead(@NonNull ExecutionContext executionContext) {
}

/**
* Read each item. Invoked in {@link ItemStreamReader#open(ExecutionContext)}.
*
* Read each item.
* @return an item to read. null if it's end of data.
* Return contract is same as {@link org.springframework.batch.item.ItemReader<T>}
*/
Expand Down

0 comments on commit 70660ba

Please sign in to comment.