Skip to content

Commit d7b63ad

Browse files
committed
fix javadoc typo
1 parent 40fb162 commit d7b63ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/Producer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public interface Producer {
2323
/**
2424
* Request a certain maximum number of items from this Producer. This is a way of requesting backpressure.
2525
* To disable backpressure, pass {@code Long.MAX_VALUE} to this method.
26-
* * <p>
26+
* <p>
2727
* Requests are additive but if a sequence of requests totals more than {@code Long.MAX_VALUE} then
2828
* {@code Long.MAX_VALUE} requests will be actioned and the extras <i>may</i> be ignored. Arriving at
2929
* {@code Long.MAX_VALUE} by addition of requests cannot be assumed to disable backpressure. For example,

0 commit comments

Comments
 (0)