Skip to content

Commit

Permalink
Remove FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jun 30, 2021
1 parent 343648d commit fed0d01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/io/cryostat/rules/RuleProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ public synchronized void onEvent(Event<RuleEvent, Rule> event) {
platformClient.listDiscoverableServices().stream()
.filter(serviceRef -> registry.applies(event.getPayload(), serviceRef))
.forEach(serviceRef -> activate(event.getPayload(), serviceRef));
// FIXME the processor should also be able to apply new rules to targets that have
// already appeared
break;
case REMOVED:
deactivate(event.getPayload(), null);
Expand Down

0 comments on commit fed0d01

Please sign in to comment.