Skip to content

Commit

Permalink
Merge pull request #132 from buddhavineeth/master
Browse files Browse the repository at this point in the history
Fix HelpCommand regression
  • Loading branch information
thrivinb authored Mar 25, 2020
2 parents 479dfd7 + dcd2338 commit b4f36d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/life/calgo/logic/commands/HelpCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ public class HelpCommand extends Command {

private String keyword;

public HelpCommand(){
// dummy
}

public HelpCommand(String keyword) {
this.keyword = keyword;
}
Expand Down

0 comments on commit b4f36d0

Please sign in to comment.