增加 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

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> {