Commit ce60069b by lihui.wang

s

parent e2e6fe62
......@@ -56,7 +56,7 @@ public class HomeworkTests {
@Test
public void setDemo(){
Set<Integer> setdemo = new TreeSet<>();
Set<Integer> setdemo = new HashSet<>();
setdemo.add(1);
setdemo.add(2);
setdemo.add(3);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment