Reformat code comments for consistency and clarity across all classes
This commit is contained in:
@@ -21,7 +21,7 @@ public interface RateLimiter {
|
||||
* @param key the logical bucket key (for example a client IP or user identifier)
|
||||
* @param nowNanos the current time in nanoseconds, typically {@link System#nanoTime()}
|
||||
* @return a {@link Result} describing whether the request was allowed and the remaining
|
||||
* quota
|
||||
* quota
|
||||
*/
|
||||
Result tryAcquire(String key, long nowNanos);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user