Fix return value of getTypeDesignationStatusVocabulary.
authora.babadshanjan <a.babadshanjan@localhost>
Tue, 24 Feb 2009 14:51:53 +0000 (14:51 +0000)
committera.babadshanjan <a.babadshanjan@localhost>
Tue, 24 Feb 2009 14:51:53 +0000 (14:51 +0000)
cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/NameServiceImpl.java

index d781f8c0fbeaaea1886ffcc45f6d1b69a39b7266..190d36f313c94683bbff3421aee15907dc2da7fe 100644 (file)
@@ -185,7 +185,7 @@ public class NameServiceImpl extends IdentifiableServiceBase<TaxonNameBase,ITaxo
                UUID uuid = UUID.fromString(uuidString);\r
                TermVocabulary<TypeDesignationStatus> typeDesigStatusVocabulary = \r
                        (TermVocabulary)vocabularyDao.findByUuid(uuid);\r
-               return null;\r
+               return typeDesigStatusVocabulary;\r
        }\r
        \r
        public void generateTitleCache() {\r