Skip to content

Commit adceedf

Browse files
author
Aaron Tull
committed
Changed Observable.doOnRequest(Action1) to @experimental from @beta
1 parent f2410f8 commit adceedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4459,7 +4459,7 @@ public final void onNext(T args) {
44594459
* @see <a href="http://reactivex.io/documentation/operators/do.html">ReactiveX operators documentation: Do</a>
44604460
* @since (if this graduates from Experimental/Beta to supported, replace this parenthetical with the release number)
44614461
*/
4462-
@Beta
4462+
@Experimental
44634463
public final Observable<T> doOnRequest(final Action1<Long> onRequest) {
44644464
return lift(new OperatorDoOnRequest<T>(onRequest));
44654465
}

0 commit comments

Comments
 (0)