Browse Source

remove unused DAO

tags/v0.7.0
Jonathan Cobb 5 years ago
parent
commit
aa801f32c5
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      bubble-server/src/main/java/bubble/service/stream/StandardRuleEngineService.java

+ 0
- 2
bubble-server/src/main/java/bubble/service/stream/StandardRuleEngineService.java View File

@@ -1,6 +1,5 @@
package bubble.service.stream;

import bubble.dao.app.AppMatcherDAO;
import bubble.dao.app.AppRuleDAO;
import bubble.dao.app.RuleDriverDAO;
import bubble.model.account.Account;
@@ -63,7 +62,6 @@ import static org.cobbzilla.wizard.resources.ResourceUtil.send;
@Service @Slf4j
public class StandardRuleEngineService implements RuleEngineService {

@Autowired private AppMatcherDAO matcherDAO;
@Autowired private AppRuleDAO ruleDAO;
@Autowired private RuleDriverDAO driverDAO;
@Autowired private BubbleConfiguration configuration;


Loading…
Cancel
Save