Skip to content

Commit

Permalink
Merge 234a091 into 3e4ae16
Browse files Browse the repository at this point in the history
  • Loading branch information
AmabelYeo committed Nov 4, 2018
2 parents 3e4ae16 + 234a091 commit 25cf9fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ public CommandResult execute(Model model, CommandHistory history) throws Command
filteredEventList.get(targetIndex.getZeroBased())));
EventsCenter.getInstance().post(new ContextChangeEvent(model.getContextId()));
return new CommandResult(String.format(MESSAGE_MANAGE_EVENT_SUCCESS,
filteredEventList.get(targetIndex.getZeroBased()).getName().fullName));
filteredEventList.get(targetIndex.getZeroBased()).getName().fullName)
+ " [" + targetIndex.getOneBased() + "]");

}

Expand Down

0 comments on commit 25cf9fd

Please sign in to comment.