NO-JIRA Removing TODO block
When we reload the page-stores I need to mark the page counter started.
This commit is contained in:
parent
892c1225b0
commit
b05d45cb73
|
@ -393,7 +393,7 @@ public final class PagingManagerImpl implements PagingManager {
|
|||
if (oldStore != null) {
|
||||
oldStore.stop();
|
||||
}
|
||||
store.getCursorProvider().counterRebuildStarted(); // TODO-NOW-DONT-MERGE maybe this should be removed
|
||||
store.getCursorProvider().counterRebuildStarted();
|
||||
store.start();
|
||||
stores.put(store.getStoreName(), store);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue