Skip to content

Commit

Permalink
import objects
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuoZhuolin committed Oct 18, 2016
1 parent 2196f53 commit 4d36a9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/seedu/taskell/model/task/TaskComplete.java
@@ -1,5 +1,7 @@
package seedu.taskell.model.task;

import java.util.Objects;

public class TaskComplete {

public static final String COMPLETED_INFO = "Completed";
Expand Down

0 comments on commit 4d36a9f

Please sign in to comment.