Moved store to new logging framework entirely
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / preference / menu / TaxonRelationshipTypeMenuPreferences.java
index 8a168be460b53f118179bfecc5a8d501ba70becf..fbdbb9f41fd1129080f000112a2251d286845438 100644 (file)
@@ -11,7 +11,7 @@
 package eu.etaxonomy.taxeditor.preference.menu;
 
 import eu.etaxonomy.cdm.model.taxon.TaxonRelationshipType;
-import eu.etaxonomy.taxeditor.store.VocabularyStore;
+import eu.etaxonomy.taxeditor.store.TermStore;
 
 /**
  * @author n.hoffmann
@@ -27,7 +27,7 @@ public class TaxonRelationshipTypeMenuPreferences extends
         * @param description
         */
        public TaxonRelationshipTypeMenuPreferences() {
-               super(VocabularyStore.getTaxonRelationshipTypes(), 
+               super(TermStore.getTaxonRelationshipTypes(), 
                                "Taxon Relationship Type Preferences", 
                                "Configure taxon relationship types",
                                false);