Project

General

Profile

« Previous | Next » 

Revision 23783f7a

Added by Niels Hoffmann about 12 years ago

Refactoring of selection elements. Additional minor refactoring. Fixed a bug with Translation Editor (#2752)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/selection/NomenclaturalAuthorTeamSelectionElement.java
28 28
 * @version 1.0
29 29
 */
30 30
public class NomenclaturalAuthorTeamSelectionElement extends
31
		AbstractSelectionElement<Team> {
31
		EntitySelectionElement<Team> {
32 32

  
33 33
	public static final int DEFAULT = EDITABLE | SELECTABLE | DELETABLE;
34 34

  

Also available in: Unified diff