Skip to content

Commit

Permalink
rename validateHandlerShoppingList typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarranzan committed Nov 15, 2023
1 parent 7d2e6bf commit 1edbd07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private SchemaParser createSchema() {
return schemaParser;
}

public void validateHandlerSoppingList(@Observes Router router) {
public void validateHandlerShoppingList(@Observes Router router) {
AtomicReference<String> queryAnswer = new AtomicReference<>();
router.get("/filterList")
.handler(ValidationHandlerBuilder
Expand Down

0 comments on commit 1edbd07

Please sign in to comment.