ソースを参照

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);



読み込み中…
キャンセル
保存