add author

This commit is contained in:
Looly
2021-09-13 12:00:57 +08:00
parent 612441615d
commit 46cffe4ed2
2 changed files with 4 additions and 1 deletions

View File

@@ -4,7 +4,9 @@ package cn.hutool.core.math;
* 通过位运算表示状态的工具类<br>
* 参数必须是 `偶数` 且 `大于等于0`
*
* @author senssic
* 工具实现见博客https://blog.starxg.com/2020/11/bit-status/
*
* @author huangxingguangsenssic
* @since 5.6.6
*/
public class BitStatusUtil {