Skip to content
Snippets Groups Projects
Commit 7a77ef09 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

default constructor sets also name of the element

parent 6559453d
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ public abstract class Species extends Element {
public Species(String elementId) {
this();
setElementId(elementId);
setName(elementId);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment