mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix doc
This commit is contained in:
parent
47c0ce26f6
commit
b61cf3c721
@ -628,7 +628,9 @@ public class AbstractEnhancedWrappedStreamTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToEntries() {
|
public void testToEntries() {
|
||||||
final Map<Integer, Integer> expect = new HashMap<Integer, Integer>() {{
|
final Map<Integer, Integer> expect = new HashMap<Integer, Integer>() {
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
|
{
|
||||||
put(1, 1);
|
put(1, 1);
|
||||||
put(2, 2);
|
put(2, 2);
|
||||||
put(3, 3);
|
put(3, 3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user