Add missing switch statement
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / name / NameDetailElement.java
index f94e876b08a20d28b05cc3d624792663be8ad266..dc8e0e3d795b0cfcccbed4d2605138bedd1eae6a 100644 (file)
@@ -174,15 +174,19 @@ public class NameDetailElement extends AbstractIdentifiableEntityDetailElement<I
                 //TODO implement
                 logger.warn("ICNCP not yet implemented");
                 break;
+            case NonViral:
+                //TODO implement
+                logger.warn("NonViral not yet implemented");
+                break;
             }
                }
        }
 
-       
+
        private void createBotanicalNameParts(ICdmFormElement formElement, INonViralName nonViralName, int style){
                //nothing to do
        }
-       
+
        private void createFungusNameParts(ICdmFormElement formElement, INonViralName nonViralName, int style){
                IFungusName fungusName = (IFungusName)nonViralName;
                checkbox_anamorphic = formFactory.createCheckbox(formElement, "Anamorphic", fungusName.isAnamorphic(), style);