Skip to content

Commit b96c6a6

Browse files
Fix for BackpressureUtils method javadoc
1 parent c302c03 commit b96c6a6

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)