mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
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;
|
||||
}
|
||||
}
|
||||
throw new ObjectRetrievalFailureException(entityClass, new Integer(entityId));
|
||||
throw new ObjectRetrievalFailureException(entityClass, entityId);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue