File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/seedu/address Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class DeletePolicyCommand extends Command {
23
23
public static final String COMMAND_WORD = "deletepolicy" ;
24
24
25
25
public static final String MESSAGE_USAGE = COMMAND_WORD + ": Deletes a policy from the policy list of the client"
26
- + "identified by the index number used in the displayed client list.\n "
26
+ + " identified by the index number used in the displayed client list.\n "
27
27
+ "Parameters: "
28
28
+ "INDEX (must be a positive integer) "
29
29
+ PREFIX_POLICYID + "POLICYID\n "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public class Policy {
16
16
* The constant MESSAGE_CONSTRAINTS_ID.
17
17
*/
18
18
public static final String MESSAGE_CONSTRAINTS_ID =
19
- "Policy ID should only contain numbers, and it should be at least 1 digits long" ;
19
+ "Policy ID should only contain numbers, and it should be at least 1 digit long" ;
20
20
/**
21
21
* The constant VALIDATION_NAME_REGEX.
22
22
*/
You can’t perform that action at this time.
0 commit comments