Project

General

Profile

« Previous | Next » 

Revision bdd76634

Added by Patrick Plitzner about 5 years ago

Rename vocabulary wizard

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/TermVocabularySelectionDialog.java
16 16
import eu.etaxonomy.cdm.api.service.IVocabularyService;
17 17
import eu.etaxonomy.cdm.model.common.TermVocabulary;
18 18
import eu.etaxonomy.taxeditor.newWizard.AbstractNewEntityWizard;
19
import eu.etaxonomy.taxeditor.newWizard.NewVocabularyWizard;
19
import eu.etaxonomy.taxeditor.newWizard.NewFeatureVocabularyWizard;
20 20
import eu.etaxonomy.taxeditor.store.CdmStore;
21 21

  
22 22
/**
......
68 68

  
69 69
	@Override
70 70
	protected AbstractNewEntityWizard getNewEntityWizard(String parameter) {
71
        return new NewVocabularyWizard();
71
        return new NewFeatureVocabularyWizard();
72 72
	}
73 73

  
74 74
}

Also available in: Unified diff