mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
@@ -43,7 +43,7 @@ public class Test {
|
||||
list.get(random).setName(null);
|
||||
test(list);
|
||||
list.get(random).setName(name);
|
||||
Thread.sleep(1000l);
|
||||
Thread.sleep(1000L);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user