This commit is contained in:
parent
f6379cadc3
commit
acab4b6829
1 changed files with 3 additions and 2 deletions
|
@ -112,8 +112,9 @@ public class FileListDataStoreImpl extends CsvDataStoreImpl {
|
|||
final Map<String, String> scriptMap,
|
||||
final Map<String, Object> defaultDataMap) {
|
||||
|
||||
super.storeData(dataConfig, new FileListIndexUpdateCallback(callback),
|
||||
paramMap, scriptMap, defaultDataMap);
|
||||
final FileListIndexUpdateCallback flCallback = new FileListIndexUpdateCallback(callback);
|
||||
super.storeData(dataConfig, flCallback, paramMap, scriptMap, defaultDataMap);
|
||||
flCallback.commit();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue