Project

General

Profile

Download (324 Bytes) Statistics
| Branch: | Tag: | Revision:
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
}
(1-1/14)