Project

General

Profile

« Previous | Next » 

Revision 1faab189

Added by Katja Luther almost 5 years ago

Revert "mend"

This reverts commit 80379c19934c880a3631e83ffec07ef9215b2378.

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/group/GroupDetailElement.java
1 1
/**
2 2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy
3
* European Distributed Institute of Taxonomy 
4 4
* http://www.e-taxonomy.eu
5
*
5
* 
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
......
23 23
public class GroupDetailElement extends AbstractCdmDetailElement<Group> {
24 24

  
25 25
	private TextWithLabelElement text_name;
26

  
26
	
27 27
	/**
28 28
	 * @param formFactory
29 29
	 * @param formElement
......
50 50
		if(eventSource == text_name){
51 51
			getEntity().setName(text_name.getText());
52 52
		}
53

  
54 53
	}
55 54

  
56 55
}

Also available in: Unified diff