AT:Committing changes post merge
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / newWizard / NewGroupWizard.java
index 5cf320748e9ba554c05670a177cedd683dfd6690..ad6c3ac255de9a5d835726ce5b3b8ef04734a295 100644 (file)
@@ -49,4 +49,9 @@ public class NewGroupWizard extends AbstractNewEntityWizard<Group> {
                return Group.NewInstance();
        }
 
+       @Override
+       protected String getEntityName() {
+               return "Group";
+       }
+
 }