Skip to content

Commit 7db9f95

Browse files
committed
Fix missing javadoc type argument
1 parent bffcee7 commit 7db9f95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/io/reactivex/flowable/Burst.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* Creates {@link Flowable} of a number of items followed by either an error or
3030
* completion. Cancellation has no effect on preventing emissions until the
3131
* currently outstanding requests have been met.
32+
* @param <T> the value type
3233
*/
3334
public final class Burst<T> extends Flowable<T> {
3435

0 commit comments

Comments
 (0)