Skip to content

Commit

Permalink
Merge b88e52f into 13ca734
Browse files Browse the repository at this point in the history
  • Loading branch information
marxlow committed Nov 5, 2016
2 parents 13ca734 + b88e52f commit a74ae79
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 121 deletions.
1 change: 1 addition & 0 deletions src/main/java/seedu/menion/logic/commands/EditCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ private String arrayToString(String[] from) {
}
return build.toString();
}

//@@author A0139515A
/**
* Edit command will store previous activity manager to support undo command
Expand Down
6 changes: 1 addition & 5 deletions src/main/java/seedu/menion/logic/commands/RemindCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import java.io.PrintStream;

import seedu.menion.commons.core.Messages;

//@@author A0139164A
public class RemindCommand extends Command {

public static final String COMMAND_WORD = "remind";
Expand All @@ -23,10 +23,6 @@ public RemindCommand(String userEmail) {

@Override
public CommandResult execute() {
assert model != null;

model.updateRecentChangedActivity(null);

// Writes userEmail to a file.
// Saves file
PrintStream out;
Expand Down

0 comments on commit a74ae79

Please sign in to comment.