Update Test.java (#407)

Use uppercase L to declare variables
This commit is contained in:
15101596893
2018-12-25 17:49:42 +08:00
committed by hengyunabc
parent 56358cb9d4
commit 5641900116
@@ -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);
}
}