mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-26 02:12:00 +08:00
fix: 修改错别字
This commit is contained in:
@ -137,7 +137,7 @@ class Solution {
|
|||||||
resSet.add(i);
|
resSet.add(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//将结果几何转为数组
|
//将结果集合转为数组
|
||||||
return resSet.stream().mapToInt(x -> x).toArray();
|
return resSet.stream().mapToInt(x -> x).toArray();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user