Skip to content

Commit

Permalink
Update Role.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JJtan2002 authored Oct 15, 2024
1 parent f37699b commit b9b81c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/game/Role.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public class Role {

private static final String MESSAGE_CONSTRAINTS =
"Skill Level should not be blank";
"Role should not be blank";

/*
* Regex expression matches Strings that contain at least one non-whitespace character.
Expand Down

0 comments on commit b9b81c1

Please sign in to comment.