Skip to content

Commit

Permalink
remove unecessary if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Nov 1, 2012
1 parent b26f92d commit 7076b99
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -324,11 +324,6 @@ protected TriggerRouter buildTriggerRoutersForSymmetricTables(String version, Tr

triggerRouter.setLastUpdateTime(trigger.getLastUpdateTime());

if (trigger.getSourceTableName().equalsIgnoreCase(
TableConstants.getTableName(tablePrefix, TableConstants.SYM_TRIGGER))) {
router.setRouterType("configurationChanged");
}

return triggerRouter;
}

Expand Down

0 comments on commit 7076b99

Please sign in to comment.