mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
1.更新 Convert.toMap方法注释,格式化代码
2.删除mapToMapWithSelfTypeTest方法多余空行
This commit is contained in:
@@ -70,7 +70,6 @@ public class ConvertToBeanTest {
|
||||
}
|
||||
@Test
|
||||
public void mapToMapWithSelfTypeTest() {
|
||||
|
||||
CaseInsensitiveMap<String, Integer> caseInsensitiveMap = new CaseInsensitiveMap<>();
|
||||
caseInsensitiveMap.put("jerry", 1);
|
||||
caseInsensitiveMap.put("Jerry", 2);
|
||||
|
Reference in New Issue
Block a user