Update Test.java (#407)

Use uppercase L to declare variables
pull/414/head
15101596893 6 years ago 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);
}
}

Loading…
Cancel
Save