This commit is contained in:
Andy Wyatt 2023-11-09 17:04:47 +00:00
parent c8b0335e92
commit adfbabec60

View file

@ -92,7 +92,7 @@ class OwnerController {
owner.setLastName(""); // empty string signifies broadest possible search
}
// find owners by last name
// find owners by last Name
Page<Owner> ownersResults = findPaginatedForOwnersLastName(page, owner.getLastName());
if (ownersResults.isEmpty()) {
// no owners found