Integer Instantiation

This commit is contained in:
Mic 2013-03-15 16:11:38 +08:00
parent 3b922a1390
commit 8e59a812e3

View file

@ -49,7 +49,7 @@ public abstract class EntityUtils {
return entity; return entity;
} }
} }
throw new ObjectRetrievalFailureException(entityClass, new Integer(entityId)); throw new ObjectRetrievalFailureException(entityClass, entityId);
} }
} }