Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko committed Mar 11, 2020
1 parent 5d7d526 commit 50084ed
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import com.google.common.collect.Maps;
import com.querydsl.core.types.Path;
import com.querydsl.sql.RelationalPath;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.springframework.context.ApplicationEvent;

Expand All @@ -27,9 +26,9 @@ public abstract class ModifyEvent<EVENT extends ModifyEvent<EVENT>>

public static final String IS_NOT_FOUND = " is not found: ";
private final RelationalPath<?> qTable;
private final String resourceName;
protected List<EVENT> transactionHistory = new ArrayList<>();
private Class<? extends DMLModel> modelClass0;
private final String resourceName;
private DMLModel oldModel;
private DMLModel newModel;
private Map<Serializable, DiffColumnModel> diffColumnModelMap0;
Expand Down

0 comments on commit 50084ed

Please sign in to comment.