CODEBANK-4 Clean the code

This commit is contained in:
YuCheng Hu 2023-10-28 01:20:41 -04:00
parent 5ba136fdc6
commit e31e6ba102
No known key found for this signature in database
GPG Key ID: 942395299055675C

View File

@ -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);
} }
} }