Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
[QoS] Guava license (#2703)
Browse files Browse the repository at this point in the history
* guava license

* Cleanup: class reference
  • Loading branch information
nziebart authored and fsamuel-bs committed Nov 17, 2017
1 parent d983d43 commit fdbdd78
Show file tree
Hide file tree
Showing 7 changed files with 922 additions and 460 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

import com.google.common.annotations.VisibleForTesting;
import com.google.common.primitives.Ints;
import com.palantir.atlasdb.qos.ratelimit.guava.RateLimiter;
import com.palantir.atlasdb.qos.ratelimit.guava.SmoothRateLimiter;

/**
* A rate limiter for database queries, based on "units" of expense. This limiter strives to maintain an upper limit on
Expand Down

This file was deleted.

Loading

0 comments on commit fdbdd78

Please sign in to comment.