Skip to content

Commit

Permalink
chore(engine): remove duplicate code
Browse files Browse the repository at this point in the history
Co-authored-by: lixiaofeng <[email protected]>
  • Loading branch information
vapourdown and lixiaofeng authored Jan 4, 2022
1 parent 8d8ca11 commit 403d8a7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public class TableDataManager extends AbstractManager {

persistentObjectToTableNameMap.put(EventSubscriptionEntity.class, "ACT_RU_EVENT_SUBSCR");

persistentObjectToTableNameMap.put(FilterEntity.class, "ACT_RU_FILTER");

persistentObjectToTableNameMap.put(MeterLogEntity.class, "ACT_RU_METER_LOG");
persistentObjectToTableNameMap.put(TaskMeterLogEntity.class, "ACT_RU_TASK_METER_LOG");
Expand Down Expand Up @@ -135,7 +134,6 @@ public class TableDataManager extends AbstractManager {
persistentObjectToTableNameMap.put(HistoricIdentityLinkLogEntity.class, "ACT_HI_IDENTITYLINK");
// a couple of stuff goes to the same table
persistentObjectToTableNameMap.put(HistoricFormPropertyEntity.class, "ACT_HI_DETAIL");
persistentObjectToTableNameMap.put(HistoricVariableInstanceEntity.class, "ACT_HI_DETAIL");
persistentObjectToTableNameMap.put(HistoricVariableInstanceEntity.class, "ACT_HI_VARINST");
persistentObjectToTableNameMap.put(HistoricDetailEventEntity.class, "ACT_HI_DETAIL");

Expand Down

0 comments on commit 403d8a7

Please sign in to comment.