ref #10186 further remove ConversationHolder and cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / preference / wizard / AvailableDistributionWizard.java
index 0e88d730f6bcaa61658ff31cbccca31489711782..95456041d535b4c5883db8ef27487b22b34005f2 100644 (file)
@@ -28,7 +28,6 @@ import eu.etaxonomy.taxeditor.preference.PreferencesUtil;
  */
 public class AvailableDistributionWizard extends Wizard {
 
-   // private ConversationHolder conversation;
     private final AvailableDistributionPage aPage;
 
     public AvailableDistributionWizard() {
@@ -82,7 +81,6 @@ public class AvailableDistributionWizard extends Wizard {
     }
 
     private boolean checkNoneChecked() {
-
         if (aPage.getViewer().getCheckedElements().length == 0) {
             aPage.setMessage(Messages.AvailableDistributionWizard_CHECK_MESSAGE, aPage.WARNING);
             return true;
@@ -91,16 +89,4 @@ public class AvailableDistributionWizard extends Wizard {
             return false;
         }
     }
-//
-//    @Override
-//    public ConversationHolder getConversationHolder() {
-//        if (conversation == null) {
-//            conversation = CdmStore.createConversation();
-//        }
-//        return conversation;
-//    }
-//
-//    @Override
-//    public void update(CdmDataChangeMap changeEvents) {
-//    }
 }