Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jingrui-who committed Nov 4, 2016
2 parents 17491d0 + 2cd796c commit 2beed8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/simply/model/task/Name.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
public class Name {

public static final String MESSAGE_NAME_CONSTRAINTS = "Task details should be spaces or alphanumeric characters";
public static final String MESSAGE_NAME_CONSTRAINTS = "Task details must not contain the ; character!";
public static final String NAME_VALIDATION_REGEX = "[^;]+";

public final String taskDetails;
Expand Down

0 comments on commit 2beed8a

Please sign in to comment.