Przeglądaj źródła

simplify, remove obsolete comments

tags/v0.6.0
Jonathan Cobb 4 lat temu
rodzic
commit
1607421089
1 zmienionych plików z 0 dodań i 4 usunięć
  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 Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz