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/preference/wizard/AvailableDistributionWizard.java
28 28
 */
29 29
public class AvailableDistributionWizard extends Wizard {
30 30

  
31
   // private ConversationHolder conversation;
32 31
    private final AvailableDistributionPage aPage;
33 32

  
34 33
    public AvailableDistributionWizard() {
......
82 81
    }
83 82

  
84 83
    private boolean checkNoneChecked() {
85

  
86 84
        if (aPage.getViewer().getCheckedElements().length == 0) {
87 85
            aPage.setMessage(Messages.AvailableDistributionWizard_CHECK_MESSAGE, aPage.WARNING);
88 86
            return true;
......
91 89
            return false;
92 90
        }
93 91
    }
94
//
95
//    @Override
96
//    public ConversationHolder getConversationHolder() {
97
//        if (conversation == null) {
98
//            conversation = CdmStore.createConversation();
99
//        }
100
//        return conversation;
101
//    }
102
//
103
//    @Override
104
//    public void update(CdmDataChangeMap changeEvents) {
105
//    }
106 92
}

Also available in: Unified diff