mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 12:44:49 +00:00
HHH-13478 Code style fixes in LoadEvent
This commit is contained in:
parent
8e3660b736
commit
48cac1276d
@ -89,10 +89,10 @@ private LoadEvent(
|
||||
boolean isAssociationFetch,
|
||||
EventSource source) {
|
||||
|
||||
super(source);
|
||||
super( source );
|
||||
|
||||
if ( entityId == null ) {
|
||||
throw new IllegalArgumentException("id to load is required for loading");
|
||||
throw new IllegalArgumentException( "id to load is required for loading" );
|
||||
}
|
||||
|
||||
if ( lockOptions.getLockMode() == LockMode.WRITE ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user