Skip to content

Commit

Permalink
Merge pull request #62 from TyrusLye/change-clear-to-reset
Browse files Browse the repository at this point in the history
Change clear to reset
  • Loading branch information
TyrusLye authored Oct 16, 2023
2 parents 30eac10 + 0204906 commit 5bb9730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
public class ClearCommand extends Command {

public static final String COMMAND_WORD = "clear";
public static final String COMMAND_WORD = "reset";
public static final String MESSAGE_SUCCESS = "Address book has been cleared!";


Expand Down

0 comments on commit 5bb9730

Please sign in to comment.