Marker types and extensions in preference menu
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / store / VocabularyStore.java
index 8d612252b19c16743007265ecee3dfb9d5d89023..881afb918062ee39da816fbaf0eb829782d0e714 100644 (file)
@@ -176,6 +176,7 @@ public class VocabularyStore {
 
                return presenceAbsenceTerms;
        }
+
        
        /*************** save methods ******************************/
        /**
@@ -226,4 +227,5 @@ public class VocabularyStore {
        private CdmApplicationController getApplicationController(){
                return CdmStore.getApplicationController();
        }
+
 }