This commit is contained in:
Looly
2021-09-29 11:59:24 +08:00
parent 43e24c1498
commit 58355265ff
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
* 【core 】 DateTime构造和DateUtil.parse可选是否宽松模式issue#1849@Github * 【core 】 DateTime构造和DateUtil.parse可选是否宽松模式issue#1849@Github
* 【core 】 TreeBuilder增加部分根节点set方法issue#1848@Github * 【core 】 TreeBuilder增加部分根节点set方法issue#1848@Github
* 【core 】 优化Base64.isBase64方法减少一次多余的判断pr#1860@Github * 【core 】 优化Base64.isBase64方法减少一次多余的判断pr#1860@Github
* 【core 】 优化Base64.isBase64方法减少一次多余的判断pr#1860@Github
### 🐞Bug修复 ### 🐞Bug修复
* 【http 】 修复HttpCookie设置cookies的方法不符合RFC6265规范问题pr#418@Gitee * 【http 】 修复HttpCookie设置cookies的方法不符合RFC6265规范问题pr#418@Gitee

View File

@@ -18,6 +18,7 @@ import java.util.Set;
* CollectionStream测试方法 * CollectionStream测试方法
*/ */
public class CollStreamUtilTest { public class CollStreamUtilTest {
@Test @Test
public void testToIdentityMap() { public void testToIdentityMap() {
Map<Long, Student> map = CollStreamUtil.toIdentityMap(null, Student::getStudentId); Map<Long, Student> map = CollStreamUtil.toIdentityMap(null, Student::getStudentId);