Skip to content

Commit 2d91c61

Browse files
committed
Update FieldsContainKeywordsPredicate.java
1 parent 91e0225 commit 2d91c61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/seedu/connectus/model/person/FieldsContainKeywordsPredicate.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ && getWhatsapp().equals(e.getWhatsapp())
235235
&& getInstagram().equals(e.getInstagram());
236236
}
237237

238-
//todo ig, tele, wa...,
239238
@Override
240239
public boolean test(Person person) {
241240
if (getName().isPresent()) {

0 commit comments

Comments
 (0)