Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
revert accidental checkin
  • Loading branch information
chenson42 committed Jan 30, 2014
1 parent 9e48aec commit 4d5fe60
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -32,7 +32,6 @@
import java.util.Map;
import java.util.Set;
import java.util.UUID;
import java.util.concurrent.ThreadPoolExecutor;

import org.apache.commons.lang.StringUtils;
import org.jumpmind.db.model.Column;
Expand Down Expand Up @@ -109,8 +108,6 @@ public class TriggerRouterService extends AbstractService implements ITriggerRou

private Object cacheLock = new Object();

private ThreadPoolExecutor syncTriggersExecutor;

/**
* Cache the history for performance. History never changes and does not
* grow big so this should be OK.
Expand Down

0 comments on commit 4d5fe60

Please sign in to comment.