Project

General

Profile

« Previous | Next » 

Revision 0caafa75

Added by Andreas Müller over 1 year ago

ref #10186 further remove ConversationHolder and cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmDataViewer.java
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
*/
9

  
10 9
package eu.etaxonomy.taxeditor.view.e4;
11 10

  
12 11
import javax.inject.Inject;
......
24 23
import org.eclipse.ui.forms.ManagedForm;
25 24
import org.eclipse.ui.forms.widgets.ScrolledForm;
26 25

  
27
import eu.etaxonomy.cdm.api.conversation.ConversationHolder;
28
import eu.etaxonomy.cdm.api.conversation.IConversationEnabled;
29 26
import eu.etaxonomy.taxeditor.model.IDirtyMarkable;
30 27
import eu.etaxonomy.taxeditor.model.MessagingUtils;
31 28
import eu.etaxonomy.taxeditor.preference.PreferencesUtil;
......
38 35
import eu.etaxonomy.taxeditor.view.detail.CdmSectionPart;
39 36

  
40 37
/**
41
 *
42 38
 * @author pplitzner
43 39
 * @date 18.07.2017
44
 *
45 40
 */
46 41
public abstract class AbstractCdmDataViewer extends Viewer {
47
	 @Inject
48
	 private Logger logger;
42

  
43
    @Inject
44
	private Logger logger;
49 45

  
50 46
	protected ManagedForm managedForm;
51 47

  
......
237 233
		formFactory.addPropertyChangeListener(sectionPart);
238 234
	}
239 235

  
240
    
236

  
241 237

  
242 238
}

Also available in: Unified diff