deprecated methods removed

pull/3048/head
Nikita Koksharov 5 years ago
parent aa6d7e3972
commit 44741c946e

@ -112,12 +112,6 @@ public interface RSemaphoreReactive extends RExpirableReactive {
*/
Mono<Boolean> tryAcquire(int permits, long waitTime, TimeUnit unit);
/*
* Use addPermits instead
*/
@Deprecated
Mono<Void> reducePermits(int permits);
/**
* Increases or decreases the number of available permits by defined value.
*

@ -113,12 +113,6 @@ public interface RSemaphoreRx extends RExpirableRx {
*/
Single<Boolean> tryAcquire(int permits, long waitTime, TimeUnit unit);
/*
* Use addPermits instead
*/
@Deprecated
Completable reducePermits(int permits);
/**
* Increases or decreases the number of available permits by defined value.
*

Loading…
Cancel
Save