AT:Committing changes post merge
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / newWizard / NewCollectionWizard.java
index 7ec742e5c444f73e1a0258578419b4577ecf27b2..d28f0ec5d6ddf22aebde5d18e77193ed517b6ba5 100644 (file)
@@ -47,5 +47,10 @@ public class NewCollectionWizard extends AbstractNewEntityWizard<Collection> {
        protected Collection createNewEntity() {
                return Collection.NewInstance();
        }
+
+       @Override
+       protected String getEntityName() {
+               return "Collection";
+       }
        
 }