Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wn committed Nov 5, 2018
1 parent 49fd427 commit b62f72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/loanbook/commons/core/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public class Messages {
public static final String MESSAGE_INVALID_OLD_PASS = "The old password entered is incorrect!";
public static final String MESSAGE_SAME_AS_CURRENT_PASSWORD = "The password provided is same as before!";
public static final String MESSAGE_INVALID_DATE_FORMAT =
"Dates provided are either an invalid date or they are in an invalid format.\n" +
"Please use the format YYYY-MM-DD.";
"Dates provided are either an invalid date or they are in an invalid format.\n"
+ "Please use the format YYYY-MM-DD.";
public static final String MESSAGE_INVALID_DATE_RANGE =
"Dates provided are not in a valid range. The end date cannot be before the start date.";
public static final String MESSAGE_AUTHEN_FAILURE = "Your password might be wrong "
Expand Down

0 comments on commit b62f72b

Please sign in to comment.