Fixed typo

pull/306/merge iss294-start
Amanda Anganes 2013-03-29 12:59:49 -04:00
parent 0f327a772b
commit 02220a411a
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ public class ClientAPI {
if (client == null) {
logger.error("apiDeleteClient failed; client with id " + id + " could not be found.");
modelAndView.getModelMap().put("code", HttpStatus.NOT_FOUND);
modelAndView.addAttribute("errorMessage", "Could not delete client. The requested client with id " + id + "could not be found.");
modelAndView.getModelMap().put("errorMessage", "Could not delete client. The requested client with id " + id + "could not be found.");
return "jsonErrorView";
} else {
modelAndView.getModelMap().put("code", HttpStatus.OK);