Skip to content

Commit

Permalink
Update Performance.java
Browse files Browse the repository at this point in the history
  • Loading branch information
shittake authored Mar 15, 2023
1 parent 3037968 commit 9e45967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/seedu/address/model/person/Performance.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
public class Performance {

public static final String NULL_PERFORMANCE = "None yet!";
public static final String MESSAGE_CONSTRAINTS = "Must be an integer between 0 to 100";


Expand Down

0 comments on commit 9e45967

Please sign in to comment.