Moving editor sources back into trunk
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / propertysheet / name / AcceptedTaxonPropertySource.java
1 /**
2 *
3 */
4 package eu.etaxonomy.taxeditor.propertysheet.name;
5
6 import eu.etaxonomy.cdm.model.taxon.Taxon;
7
8 /**
9 * @author p.ciardelli
10 *
11 */
12 public class AcceptedTaxonPropertySource extends TaxonBasePropertySource {
13
14 public AcceptedTaxonPropertySource(Taxon taxon) {
15 super(taxon, "Accepted Name");
16 }
17 }