mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
HHH-3843 - Organize imports
This commit is contained in:
parent
6a89afccb6
commit
26102b0574
@ -34,7 +34,6 @@
|
|||||||
import org.hibernate.envers.revisioninfo.RevisionInfoGenerator;
|
import org.hibernate.envers.revisioninfo.RevisionInfoGenerator;
|
||||||
import org.hibernate.envers.synchronization.work.AuditWorkUnit;
|
import org.hibernate.envers.synchronization.work.AuditWorkUnit;
|
||||||
import org.hibernate.envers.tools.Pair;
|
import org.hibernate.envers.tools.Pair;
|
||||||
import org.hibernate.tuple.entity.EntityMetamodel;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Adam Warski (adam at warski dot org)
|
* @author Adam Warski (adam at warski dot org)
|
||||||
@ -81,6 +80,7 @@ public void addWorkUnit(AuditWorkUnit vwu) {
|
|||||||
|
|
||||||
if (usedIds.containsKey(usedIdsKey)) {
|
if (usedIds.containsKey(usedIdsKey)) {
|
||||||
AuditWorkUnit other = usedIds.get(usedIdsKey);
|
AuditWorkUnit other = usedIds.get(usedIdsKey);
|
||||||
|
|
||||||
AuditWorkUnit result = vwu.dispatch(other);
|
AuditWorkUnit result = vwu.dispatch(other);
|
||||||
|
|
||||||
if (result != other) {
|
if (result != other) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user