finally fixing bug in MediaUtils
[cdmlib.git] / cdmlib-remote / src / main / java / eu / etaxonomy / cdm / remote / controller / VocabularyListController.java
index ff1f9209b13068dbc7fbf07e5e45380bfe5783a4..8be489843b0cc0301af8b2af06b6e2f585f47f5d 100644 (file)
@@ -13,8 +13,10 @@ import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Controller;\r
 import org.springframework.web.bind.annotation.RequestMapping;\r
 \r
+import eu.etaxonomy.cdm.api.service.ITaxonService;\r
 import eu.etaxonomy.cdm.api.service.IVocabularyService;\r
 import eu.etaxonomy.cdm.model.common.TermVocabulary;\r
+import eu.etaxonomy.cdm.model.taxon.TaxonBase;\r
 \r
 /**\r
  * @author a.kohlbecker\r
@@ -23,7 +25,7 @@ import eu.etaxonomy.cdm.model.common.TermVocabulary;
  */\r
 @Controller\r
 @RequestMapping(value = {"/termVocabulary"})\r
-public class VocabularyListController extends BaseListController<TermVocabulary, IVocabularyService> {\r
+public class VocabularyListController extends IdentifiableListController<TermVocabulary, IVocabularyService> {\r
 \r
        /* (non-Javadoc)\r
         * @see eu.etaxonomy.cdm.remote.controller.AbstractListController#setService(eu.etaxonomy.cdm.api.service.IService)\r