More comments

This commit is contained in:
Eugene Livis 2015-08-17 11:17:43 -04:00
parent 3190800e26
commit 082ad81012

View File

@ -146,9 +146,9 @@ final class RemoteEventPublisher {
public void onMessage(Message message) { public void onMessage(Message message) {
/** /**
* TODO! Applications running interactively also need to receive remote * TODO! Applications not running interactively also need to receive
* events. We need to figure out how to handle case closing issue * remote events. We need to figure out how to handle case closing
* differently. * issue differently.
* *
* if (IngestManager.getInstance().isRunningInteractively()) { * if (IngestManager.getInstance().isRunningInteractively()) {
* *