CODEBANK-4 Clean the code
This commit is contained in:
parent
5ba136fdc6
commit
e31e6ba102
@ -46,9 +46,6 @@ public class EmptyQuickTest {
|
|||||||
testList.add(String.valueOf(2));
|
testList.add(String.valueOf(2));
|
||||||
testList.forEach(e -> log.debug("{}", e));
|
testList.forEach(e -> log.debug("{}", e));
|
||||||
|
|
||||||
|
|
||||||
String index0 = (String) testList.get(0);
|
|
||||||
String index1 = (String) testList.get(1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user