Generated by
JDiff

Class com.google.common.util.concurrent.RateLimiter

Changed Methods
double acquire() Change in return type from void to double.
Acquires the given number of permits from this {@code RateLimiter}, blocking until the request can be granted.
double acquire(int) Change in return type from void to double.
Acquires the given number of permits from this {@code RateLimiter}, blocking until the request can be granted.