Skip to content

Commit

Permalink
Polishing #1103
Browse files Browse the repository at this point in the history
Original pull request: #1102
  • Loading branch information
mp911de committed Aug 7, 2019
1 parent f2bf7b8 commit 294b378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/io/lettuce/core/output/ListSubscriber.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
import io.lettuce.core.output.StreamingOutput.Subscriber;

/**
* Simple subscriber
* Simple subscriber feeding a {@link Collection} {@link #onNext(Collection, Object)}. Does not support {@link #onNext(Object)
* plain onNext}.
*
* @author Mark Paluch
* @author Julien Ruaux
* @since 4.2
*/
public class ListSubscriber<T> extends Subscriber<T> {
Expand Down

0 comments on commit 294b378

Please sign in to comment.