Refactoring of selection elements. Additional minor refactoring. Fixed a bug with...
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / name / NameRelationshipWizard.java
index ba2cd292280afc7bdaed16e4604e58ac325c5aa8..e7abd566679c0d621c5bf055a824bccf816f85c3 100644 (file)
@@ -10,7 +10,6 @@
 
 package eu.etaxonomy.taxeditor.ui.section.name;
 
-import org.apache.log4j.Logger;
 import org.eclipse.jface.wizard.Wizard;
 
 import eu.etaxonomy.cdm.api.conversation.ConversationHolder;
@@ -35,12 +34,9 @@ public class NameRelationshipWizard extends Wizard implements IConversationEnabl
         * @param callingSection a {@link eu.etaxonomy.taxeditor.ui.section.name.NameRelationshipDetailSection} object.
         */
        public NameRelationshipWizard(NameRelationshipDetailSection callingSection) {
-               this.callingSection = callingSection;
+               NameRelationshipWizard.callingSection = callingSection;
        }
-       
-       private static final Logger logger = Logger
-                       .getLogger(NameRelationshipWizard.class);
-       
+               
        private NameRelationshipWizardPage page;
 
        /** {@inheritDoc} */