HHH-13478 Code style fixes in LoadEvent

This commit is contained in:
Sanne Grinovero 2019-06-24 23:39:30 +01:00
parent 8e3660b736
commit 48cac1276d
1 changed files with 2 additions and 2 deletions

View File

@ -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 ) {