Skip to content

Commit

Permalink
Apply collate
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryLazyBoy committed Mar 22, 2017
1 parent ea7da72 commit 9f86a9a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*@@author Ziyang*/
package seedu.geekeep.commons.events.model;

import seedu.geekeep.commons.core.TaskCategory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*@@author SiWei*/
package seedu.geekeep.logic.commands;

import seedu.geekeep.logic.commands.exceptions.CommandException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*@@author SiWei*/
package seedu.geekeep.logic.commands;

import seedu.geekeep.logic.commands.exceptions.CommandException;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/seedu/geekeep/model/Model.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*@@author Hanming*/
package seedu.geekeep.model;

import java.util.Set;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/seedu/geekeep/ui/TaskCard.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class TaskCard extends UiPart<Region> {
private Label email;
@FXML
private FlowPane tags;

/*@@author YiRui*/
public TaskCard(ReadOnlyTask person, int displayedIndex) {
super(FXML);
name.setText(person.getTitle().fullTitle);
Expand Down

0 comments on commit 9f86a9a

Please sign in to comment.