add methods

This commit is contained in:
Looly
2022-06-29 18:48:58 +08:00
parent 576860f878
commit c56959fe7a
3 changed files with 40 additions and 21 deletions

View File

@@ -47,7 +47,7 @@ public class StrUtilTest {
@Test
public void testIssAllBlank() {
List<String> queue = new LinkedList<>();
final List<String> queue = new LinkedList<>();
queue.add("apple");
queue.add("banana");
queue.add("cherry");