fixed a serious bug that lead to NPE when creating an empty name
authorn.hoffmann <n.hoffmann@localhost>
Wed, 9 Sep 2009 10:14:43 +0000 (10:14 +0000)
committern.hoffmann <n.hoffmann@localhost>
Wed, 9 Sep 2009 10:14:43 +0000 (10:14 +0000)
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/parser/CdmParserUtil.java

index 0b8accae37feabcde9f6c2795d4454c564cc8457..775da967f5d6dfc095fef5a72475e04aea267d62 100644 (file)
@@ -66,7 +66,7 @@ public class CdmParserUtil {
        }\r
        \r
        public static TaxonNameBase createEmptyName(){\r
-               return parseReferencedName(null);\r
+               return parseReferencedName("");\r
        }\r
        \r
 }\r