Skip to content

Commit

Permalink
Fix build CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
amosting committed Nov 10, 2023
1 parent 9c40169 commit ec67de4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package seedu.address.logic.commands;

import static seedu.address.commons.util.CollectionUtil.requireAllNonNull;
import static seedu.address.model.Model.PREDICATE_SHOW_ALL_PERSONS;
import static seedu.address.logic.parser.CliSyntax.PREFIX_COMMENT;
import static seedu.address.model.Model.PREDICATE_SHOW_ALL_PERSONS;

import java.util.List;
import java.util.Optional;
Expand Down

0 comments on commit ec67de4

Please sign in to comment.