Merged refactoring from development branch.
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / ui / dialogs / filteredSelection / ClassificationSelectionDialog.java
@@ -8,7 +8,7 @@
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
 
-package eu.etaxonomy.taxeditor.dialogs.filteredSelection;
+package eu.etaxonomy.taxeditor.ui.dialogs.filteredSelection;
 
 import java.util.UUID;
 
@@ -19,7 +19,7 @@ import org.eclipse.swt.widgets.Shell;
 import eu.etaxonomy.cdm.api.conversation.ConversationHolder;
 import eu.etaxonomy.cdm.api.service.IClassificationService;
 import eu.etaxonomy.cdm.model.taxon.Classification;
-import eu.etaxonomy.taxeditor.editor.newWizard.AbstractNewEntityWizard;
+import eu.etaxonomy.taxeditor.newWizard.AbstractNewEntityWizard;
 import eu.etaxonomy.taxeditor.store.CdmStore;
 
 /**
@@ -66,7 +66,6 @@ public class ClassificationSelectionDialog extends
        /** {@inheritDoc} */
        @Override
        protected Control createExtendedContentArea(Composite parent) {
-               // TODO Auto-generated method stub
                return null;
        }
 
@@ -91,14 +90,12 @@ public class ClassificationSelectionDialog extends
        /** {@inheritDoc} */
        @Override
        protected AbstractNewEntityWizard getNewEntityWizard(String parameter) {
-               // TODO Auto-generated method stub
                return null;
        }
 
        /** {@inheritDoc} */
        @Override
        protected String getNewWizardLinkText() {
-               // TODO Auto-generated method stub
                return null;
        }
 }