Skip to content

Commit

Permalink
Update commons/src/main/java/io/aiven/kafka/connect/common/source/Abs…
Browse files Browse the repository at this point in the history
…tractSourceTask.java

Co-authored-by: Jarkko Jaakola <[email protected]>
  • Loading branch information
Claudenw and jjaakola-aiven authored Jan 9, 2025
1 parent dc35ee4 commit 7aa64fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public final void start(final Map<String, String> props) {
* Try to add a SourceRecord to the results.
*
* @param results
* the result to add the recrod to.
* the result to add the record to.
* @param sourceRecordIterator
* the source record iterator.
* @return true if successful, false if the iterator is empty.
Expand Down

0 comments on commit 7aa64fc

Please sign in to comment.