Project

General

Profile

« Previous | Next » 

Revision 5c594099

Added by Patrick Plitzner over 6 years ago

ref #6909 Remove unused class variable

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/e4/TaxonNavigatorE4.java
72 72
import eu.etaxonomy.taxeditor.ui.element.LayoutConstants;
73 73

  
74 74
/**
75
 * Taxonomic tree implementation using Common Navigator Framework.
76 75
 *
77
 * @author p.ciardelli
78
 * @author n.hoffmann
79
 * @created 02.06.2009
80
 * @version 1.0+-
76
 * @author pplitzner
77
 * @since Sep 7, 2017
78
 *
81 79
 */
82 80
public class TaxonNavigatorE4 implements
83 81
		IPostOperationEnabled, IConversationEnabled, Observer,
......
93 91

  
94 92
	private ICdmEntitySession cdmEntitySession;
95 93

  
96
	private String partNameCache;
97

  
98 94
	private IDataChangeBehavior dataChangeBehavior;
99 95

  
100 96
	private Root root;

Also available in: Unified diff