Skip to content

Commit e9a9723

Browse files
committed
remove some newlines
1 parent 79ae586 commit e9a9723

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hibernate-core/src/main/java/org/hibernate/LockOptions.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ public class LockOptions implements Serializable {
163163
private PessimisticLockScope pessimisticLockScope;
164164
private Boolean followOnLocking;
165165

166-
167166
private Map<String, LockMode> aliasSpecificLockModes;
168167

169168
/**
@@ -510,8 +509,6 @@ public int hashCode() {
510509
return Objects.hash( lockMode, timeout, aliasSpecificLockModes, followOnLocking, pessimisticLockScope );
511510
}
512511

513-
514-
515512
/**
516513
* Set of {@link Map.Entry}s, each associating an alias with its
517514
* specified {@linkplain #setAliasSpecificLockMode alias-specific}

0 commit comments

Comments
 (0)