Skip to content
Snippets Groups Projects
Commit 8b18b933 authored by Christopher Schankula's avatar Christopher Schankula :earth_africa:
Browse files

add toString() method to TaxonType

parent d91754bb
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,8 @@ package biotree;
public enum TaxonType {
Kingdom, Phylum, Class, Order,
Family, Genus, Species, Subspecies;
public String toString() {
return name();
}
}
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