Skip to content

Commit

Permalink
Mix merge conflict in Messages.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bendymochi committed Mar 11, 2019
2 parents b11a6cf + 33fbf5d commit 8f17542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/seedu/address/commons/core/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class Messages {
public static final String MESSAGE_UNKNOWN_COMMAND = "Unknown command";
public static final String MESSAGE_INVALID_COMMAND_FORMAT = "Invalid command format! \n%1$s";
public static final String MESSAGE_INVALID_EQUIPMENT_DISPLAYED_INDEX = "The equipment index provided is invalid";
public static final String MESSAGE_EQUIPMENT_LISTED_OVERVIEW = "%1$d equipments listed!";

public static final String MESSAGE_EQUIPMENT_LISTED_OVERVIEW = "%1$d equipment(s) listed!";
public static final String MESSAGE_EQUIPMENT_DISPLAYED_OVERVIEW = "Equipment(s) showed on map!";
}

0 comments on commit 8f17542

Please sign in to comment.