Project

General

Profile

« Previous | Next » 

Revision c01a0dfe

Added by Katja Luther about 5 years ago

ref #8096: restructure repair menu and use longrunningTaskService for repair functionality

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/OpenDatabaseRepairWizardHandler.java
11 11
import org.eclipse.e4.core.di.annotations.Execute;
12 12
import org.eclipse.jface.wizard.WizardDialog;
13 13

  
14
import eu.etaxonomy.taxeditor.databaseAdmin.wizard.DatabaseRepairWizard;
14
import eu.etaxonomy.taxeditor.databaseAdmin.wizard.DatabaseRepairUpdateCachesWizard;
15 15
import eu.etaxonomy.taxeditor.model.AbstractUtility;
16 16

  
17 17

  
......
28 28
     */
29 29
    @Execute
30 30
    public Object execute(){
31
        DatabaseRepairWizard databaseRepairWizard = new DatabaseRepairWizard();
31
        DatabaseRepairUpdateCachesWizard databaseRepairWizard = new DatabaseRepairUpdateCachesWizard();
32 32
        WizardDialog dialog = new WizardDialog(AbstractUtility.getShell(),
33 33
                databaseRepairWizard);
34 34

  

Also available in: Unified diff