Skip to content

Commit

Permalink
Update waggle-dance-extensions/src/main/java/com/hotels/bdp/waggledan…
Browse files Browse the repository at this point in the history
…ce/extensions/ExtensionBeans.java

Co-authored-by: Jay Green-Stevens <[email protected]>
  • Loading branch information
Patrick Duin and JayGreeeen authored Apr 12, 2024
1 parent afb47be commit 2bf08a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public BucketService inMemoryBucketService(BucketBandwithProvider bucketBandwith

@ConditionalOnProperty(name = "waggledance.extensions.ratelimit.storage", havingValue = STORAGE_REDIS)
@Bean
public BucketService redisbucketService(
public BucketService redisBucketService(
BucketBandwithProvider bucketBandwithProvider,
RedissonBasedProxyManager<String> redissonBasedProxyManager) {
return new RedisBucketService(bucketBandwithProvider, redissonBasedProxyManager);
Expand Down

0 comments on commit 2bf08a7

Please sign in to comment.