mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
add author
This commit is contained in:
parent
612441615d
commit
46cffe4ed2
@ -9,6 +9,7 @@
|
||||
* 【core 】 CsvReadConfig增加trimField选项(issue#I49M0C@Gitee)
|
||||
* 【http 】 HttpBase增加clearHeaders方法(issue#I49P23@Gitee)
|
||||
* 【core 】 CsvWriter的write和writeBeans参数改为Iterable(issue#I49O4S@Gitee)
|
||||
* 【core 】 BitStatusUtil添加来源声明(issue#1824@Github)
|
||||
*
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复FuncKey函数无效问题
|
||||
|
@ -4,7 +4,9 @@ package cn.hutool.core.math;
|
||||
* 通过位运算表示状态的工具类<br>
|
||||
* 参数必须是 `偶数` 且 `大于等于0`!
|
||||
*
|
||||
* @author senssic
|
||||
* 工具实现见博客:https://blog.starxg.com/2020/11/bit-status/
|
||||
*
|
||||
* @author huangxingguang,senssic
|
||||
* @since 5.6.6
|
||||
*/
|
||||
public class BitStatusUtil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user