HHH-3843 - Organize imports

This commit is contained in:
Lukasz Antoniak 2011-10-22 11:23:00 +02:00
parent 6a89afccb6
commit 26102b0574
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,6 @@ import org.hibernate.engine.spi.SessionImplementor;
import org.hibernate.envers.revisioninfo.RevisionInfoGenerator;
import org.hibernate.envers.synchronization.work.AuditWorkUnit;
import org.hibernate.envers.tools.Pair;
import org.hibernate.tuple.entity.EntityMetamodel;
/**
* @author Adam Warski (adam at warski dot org)
@ -81,6 +80,7 @@ public class AuditProcess implements BeforeTransactionCompletionProcess {
if (usedIds.containsKey(usedIdsKey)) {
AuditWorkUnit other = usedIds.get(usedIdsKey);
AuditWorkUnit result = vwu.dispatch(other);
if (result != other) {