Skip to content

Commit

Permalink
refactor(mumu): 优化注释
Browse files Browse the repository at this point in the history
  • Loading branch information
conifercone committed Feb 17, 2025
1 parent c32727a commit d245dde
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024-2024, the original author or authors.
* Copyright (c) 2024-2025, the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -43,7 +43,8 @@
int capacity() default 5;

/**
* 每单位时间,生成的令牌数量,默认:1 秒内生成 5 个令牌
* 每单位时间,生成的令牌数量
* <p>默认:1 秒内生成 5 个令牌</p>
*/
long period() default 1;

Expand Down

0 comments on commit d245dde

Please sign in to comment.