Project

General

Profile

« Previous | Next » 

Revision 4c980025

Added by Andreas Müller over 1 year ago

ref #10186 further remove ConversationHolder from TaxEditor code and some cleanup

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistEditorInput.java
16 16
import org.eclipse.ui.IMemento;
17 17
import org.eclipse.ui.IPersistable;
18 18

  
19
import eu.etaxonomy.cdm.api.conversation.ConversationHolder;
20 19
import eu.etaxonomy.cdm.api.service.ITaxonNodeService;
21 20
import eu.etaxonomy.cdm.api.service.ITaxonService;
22 21
import eu.etaxonomy.cdm.hibernate.HibernateProxyHelper;
......
31 30
 * @author a.oppermann
32 31
 * @date 25.04.2014
33 32
 */
34
public class ChecklistEditorInput extends CdmEntitySessionInput<TaxonNode> implements IPersistable {
33
public class ChecklistEditorInput
34
        extends CdmEntitySessionInput<TaxonNode>
35
        implements IPersistable {
35 36

  
36 37
    /**
37 38
     * The selected classification
......
149 150
        return Arrays.asList(taxonNode);
150 151
    }
151 152

  
152
    public ConversationHolder getConversation() {
153
        return null;
154
    }
155

  
156 153
    private List<String> getTaxonNodePropertyPaths() {
157 154
        List<String> taxonNodePropertyPaths = new ArrayList<String>();
158 155
        for(String propertyPath : getTaxonBasePropertyPaths()) {

Also available in: Unified diff