Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixianggg committed Nov 5, 2019
1 parent b449a53 commit 4201c23
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public class AddOrderCommand extends UndoableCommand {
+ PREFIX_TAG + "Urgent ";

public static final String MESSAGE_SUCCESS = "New order added: %1$s";
public static final String MESSAGE_DUPLICATE_ORDER = "This order already exists in SML. " +
"The phone that you are trying to add is part of another order. ";
public static final String MESSAGE_DUPLICATE_ORDER = "This order already exists in SML. "
+ "The phone that you are trying to add is part of another order. ";

private final Index toAddCustomerIndex;
private final Index toAddPhoneIndex;
Expand Down

0 comments on commit 4201c23

Please sign in to comment.