Skip to content

Commit 7a17e07

Browse files
committed
formatting
1 parent af200a5 commit 7a17e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/filter/ratelimit/Bucket4jRateLimiter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ public enum RefillStyle {
251251
GREEDY,
252252

253253
/**
254-
* Intervally, in opposite to greedy, waits until the whole refillPeriod has elapsed
255-
* before refilling tokens.
254+
* Intervally, in opposite to greedy, waits until the whole refillPeriod has
255+
* elapsed before refilling tokens.
256256
*/
257257
INTERVALLY,
258258

0 commit comments

Comments
 (0)