Skip to content

Commit

Permalink
Update Test.java (alibaba#407)
Browse files Browse the repository at this point in the history
Use uppercase L to declare variables
  • Loading branch information
15101596893 authored and hengyunabc committed Dec 25, 2018
1 parent 56358cb commit 5641900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcase/src/main/java/com/alibaba/arthas/Test.java
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ public static void main(String[] args) throws InterruptedException {
list.get(random).setName(null);
test(list);
list.get(random).setName(name);
Thread.sleep(1000l);
Thread.sleep(1000L);
}
}

0 comments on commit 5641900

Please sign in to comment.