Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 462e3cd

Browse files
committed
Removed TODO
1 parent d4c6da3 commit 462e3cd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • eu.dariolucia.reatmetric.processing/src/main/java/eu/dariolucia/reatmetric/processing/impl/processors

eu.dariolucia.reatmetric.processing/src/main/java/eu/dariolucia/reatmetric/processing/impl/processors/EventProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ void raiseEvent(String source) {
196196
if(LOG.isLoggable(Level.FINEST)) {
197197
LOG.log(Level.FINEST, String.format("Raising event %s from internal source %s, entity status is %s", path(), source, entityStatus));
198198
}
199-
// TODO: convert this into a list of triggering sources (incl. null) so that more than one occurrence of this event can be triggered in a single evaluation
200199
// If the event is enabled, then you can mark it as raised
201200
if(entityStatus == Status.ENABLED) {
202201
this.internallyTriggered = true;

0 commit comments

Comments
 (0)