addressbook-level2
addressbook-level2 copied to clipboard
Remove redundant TestUtils.createList()
Arrays.asList()
can (and should) be used for creating a List<ReadOnlyPerson>
, thus making TestUtils.createList()
redundant.