Skip to content

Commit

Permalink
Add Author to "find"
Browse files Browse the repository at this point in the history
  • Loading branch information
kaboomzxc committed Oct 10, 2024
1 parent 4faff22 commit 2bd7436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/bookbob/functions/CommandHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ public void exit(String input) {
System.exit(0);
}
}

// @@Author kaboomzxc
public void find(String input, Records records) {
Map<String, String> searchParams = extractSearchParams(input);

Expand Down

0 comments on commit 2bd7436

Please sign in to comment.