Skip to content

Commit

Permalink
Update on ImportCommand to edit styles
Browse files Browse the repository at this point in the history
  • Loading branch information
blackroxs committed Oct 25, 2017
1 parent 3a74797 commit 766de06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected CommandResult executeUndoableCommand() throws CommandException {

namesFeedback = getNamesFeedback(namesAdded, namesFeedback);

return new CommandResult(String.format(MESSAGE_SUCCESS + " Added: "+ namesFeedback));
return new CommandResult(String.format(MESSAGE_SUCCESS + " Added: " + namesFeedback));
}
return new CommandResult(String.format(MESSAGE_ERROR));
} catch (DataConversionException e) {
Expand Down

0 comments on commit 766de06

Please sign in to comment.