HHH-13478 Code style fixes in LoadEvent
This commit is contained in:
parent
8e3660b736
commit
48cac1276d
|
@ -89,10 +89,10 @@ public class LoadEvent extends AbstractEvent {
|
|||
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…
Reference in New Issue