Skip to content

Commit

Permalink
Fix checkstyle violation
Browse files Browse the repository at this point in the history
  • Loading branch information
hingen authored Mar 30, 2023
1 parent 12698ab commit 3f4ac10
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 @@ -55,8 +55,8 @@ public class Messages {
public static final String MESSAGE_EMPTY_MODULE = "No module is provided";
public static final String MESSAGE_ARCHIVE_FILE_ALREADY_EXIST = "File already exist. If you want to "
+ "overwrite this file, insert /overwrite true in the command";
public static final String MESSAGE_FILE_DOES_NOT_EXIST = "Either the file does not exist, or it was corrupted/ of" +
" a wrong format";
public static final String MESSAGE_FILE_DOES_NOT_EXIST = "Either the file does not exist, or it was corrupted/ of"
+ " a wrong format";
public static final String MESSAGE_MODULE_ALREADY_EXIST_IN_TRACKER = "%1$s already exist in tracker. If you want "
+ "to overwrite data in this module, insert /overwrite true in the command";
public static final String MESSAGE_MODULE_DOES_NOT_EXIST_IN_ARCHIVE = "%1$s not found in this file";
Expand Down

0 comments on commit 3f4ac10

Please sign in to comment.