Remove redundant assignment of default values to volatile fields
This commit is contained in:
committed by
Juergen Hoeller
parent
8099fc8178
commit
7949937655
@@ -439,7 +439,7 @@ public abstract class ExtendedEntityManagerCreator {
|
||||
@Nullable
|
||||
private final PersistenceExceptionTranslator exceptionTranslator;
|
||||
|
||||
public volatile boolean closeOnCompletion = false;
|
||||
public volatile boolean closeOnCompletion;
|
||||
|
||||
public ExtendedEntityManagerSynchronization(
|
||||
EntityManager em, @Nullable PersistenceExceptionTranslator exceptionTranslator) {
|
||||
|
||||
Reference in New Issue
Block a user