Skip to content

Commit f20d3b5

Browse files
committed
Merge pull request #3143 from artem-zinnatullin/backpressure-utils-javadoc-fix
Fix for BackpressureUtils method javadoc
2 parents c302c03 + b96c6a6 commit f20d3b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/rx/internal/operators/BackpressureUtils.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ public static <T> long getAndAddRequest(AtomicLongFieldUpdater<T> requested, T o
6161
* {@code requested} field to {@code Long.MAX_VALUE}.
6262
*
6363
* @param requested
64-
* atomic field updater for a request count
65-
* @param object
66-
* contains the field updated by the updater
64+
* atomic long that should be updated
6765
* @param n
6866
* the number of requests to add to the requested count
6967
* @return requested value just prior to successful addition

0 commit comments

Comments
 (0)