code cleaning
[cdmlib.git] / cdmlib-io / src / main / java / eu / etaxonomy / cdm / io / common / XmlExportConfiguratorBase.java
index aa0cc587f1cc144cf43feab82c440462af3ed85a..b0192ae514536c401dee6061d2b85148487191e4 100644 (file)
@@ -19,7 +19,6 @@ import eu.etaxonomy.cdm.io.common.mapping.out.IExportTransformer;
 /**
  * @author a.mueller
  * @created 20.03.2008
- * @version 1.0
  */
 public abstract class XmlExportConfiguratorBase<STATE extends XmlExportState> extends ExportConfiguratorBase<File, STATE, IExportTransformer> implements IExportConfigurator<STATE, IExportTransformer>{
     private static final long serialVersionUID = 6078292713506530756L;
@@ -46,7 +45,7 @@ public abstract class XmlExportConfiguratorBase<STATE extends XmlExportState> ex
           super(transformer);
           setSource(cdmSource);
           setDestination(destination);
-//        setState(new XmlExportState<XmlExportConfigurator>());
+
        }
 
 
@@ -77,22 +76,4 @@ public abstract class XmlExportConfiguratorBase<STATE extends XmlExportState> ex
                }
        }
 
-
-//     /**
-//      * @return the state
-//      */
-//     public XmlExportState<XmlExportConfigurator> getState() {
-//             return state;
-//     }
-//
-//     /**
-//      * @param state the state to set
-//      */
-//     public void setState(BerlinModelExportState<XmlExportConfigurator> state) {
-//             this.state = state;
-//     }
-//
-
-
-
 }