浏览代码

simplify, remove obsolete comments

tags/v0.6.0
Jonathan Cobb 4 年前
父节点
当前提交
1607421089
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. +0
    -4
      bubble-server/src/main/java/bubble/service/stream/StandardRuleEngineService.java

+ 0
- 4
bubble-server/src/main/java/bubble/service/stream/StandardRuleEngineService.java 查看文件

@@ -114,10 +114,6 @@ public class StandardRuleEngineService implements RuleEngineService {
// sanity check
if (empty(filterRequest.getMatchers())) return passthru(request.getEntityStream());

// todo: we have at least 1 rule, so add another rule that inserts the global settings controls in the top-left

// initialize drivers -- todo: cache drivers / todo: ensure cache is shorter than session timeout,
// since drivers that talk thru API will get a session key in their config
final List<AppRuleHarness> rules = initRules(filterRequest);
final AppRuleHarness firstRule = rules.get(0);



正在加载...
取消
保存