Skip to content
Snippets Groups Projects
Commit 8e59a812 authored by Mic's avatar Mic
Browse files

Integer Instantiation

parent 3b922a13
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ public abstract class EntityUtils {
return entity;
}
}
throw new ObjectRetrievalFailureException(entityClass, new Integer(entityId));
throw new ObjectRetrievalFailureException(entityClass, entityId);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment