forked from DevFW-CICD/spring-petclinic
Integer Instantiation
This commit is contained in:
parent
3b922a1390
commit
8e59a812e3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public abstract class EntityUtils {
|
||||||
return entity;
|
return entity;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw new ObjectRetrievalFailureException(entityClass, new Integer(entityId));
|
throw new ObjectRetrievalFailureException(entityClass, entityId);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue