Project

General

Profile

« Previous | Next » 

Revision da948591

Added by Katja Luther almost 7 years ago

add abcd import configuration to preferences

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/CdmStore.java
280 280

  
281 281
    }
282 282

  
283
    private CdmStore(ICdmRepository applicationController,
283
    private CdmStore(ICdmRepository repository,
284 284
            ICdmSource cdmSource) {
285
        CdmApplicationState.setCurrentAppConfig(applicationController);
285
        CdmApplicationState.setCurrentAppConfig(repository);
286 286
        CdmApplicationState.setCurrentDataChangeService(new CdmUIDataChangeService());
287 287
        this.cdmSource = cdmSource;
288 288
        isConnected = true;

Also available in: Unified diff