Rename topicContextState -> .topicContext

This commit is contained in:
James DiGioia
2018-07-12 23:11:55 -04:00
parent b847d40842
commit 7931f4c241
2 changed files with 11 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ export default class State {
this.isIterator = false;
// Used by smartPipelines.
this.topicContextState = {
this.topicContext = {
maxNumOfResolvableTopics: 0,
maxTopicIndex: undefined,
};