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) {
/**
* TODO! Applications running interactively also need to receive remote
* events. We need to figure out how to handle case closing issue
* differently.
* TODO! Applications not running interactively also need to receive
* remote events. We need to figure out how to handle case closing
* issue differently.
*
* if (IngestManager.getInstance().isRunningInteractively()) {
*