Skip to content

Commit

Permalink
Final def
Browse files Browse the repository at this point in the history
  • Loading branch information
bplommer authored Aug 23, 2021
1 parent 720c4ff commit 5761287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ trait KafkaConsume[F[_], K, V] {
/**
* Alias for [[partitionedStream]]
*/
def partitionedRecords: Stream[F, Stream[F, CommittableConsumerRecord[F, K, V]]] =
final def partitionedRecords: Stream[F, Stream[F, CommittableConsumerRecord[F, K, V]]] =
partitionedStream

/**
Expand Down

0 comments on commit 5761287

Please sign in to comment.