增加 Guava author 信息

Signed-off-by: 大阔 <1520622465@qq.com>
This commit is contained in:
大阔 2025-04-06 10:26:37 +00:00 committed by Gitee
parent 584ece852f
commit 4ddadfd52e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -35,7 +35,7 @@ import java.util.function.Supplier;
* <li>弱引用懒加载首次使用时创建段未使用时可被垃圾回收适合大量段但使用较少的场景</li>
* </ul>
*
* @author dakuo
* @author Guava,dakuo
* @since 5.8.37
*/
public abstract class SegmentLock<L> {