typo in error message

pull/604/head
Justin Richer 11 years ago
parent 2af51dc77a
commit 85fd4e71ce

@ -296,7 +296,7 @@ public class ClientAPI {
if (client == null) {
logger.error("apiShowClient failed; client with id " + id + " could not be found.");
model.addAttribute("code", HttpStatus.NOT_FOUND);
model.addAttribute("errorMessage", "The requested client with id " + id + "could not be found.");
model.addAttribute("errorMessage", "The requested client with id " + id + " could not be found.");
return "jsonErrorView";
}

Loading…
Cancel
Save