use io application controler
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 11 Jan 2012 09:39:30 +0000 (09:39 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 11 Jan 2012 09:39:30 +0000 (09:39 +0000)
cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/ExportConfiguratorBase.java

index 1c280396a3cb48f703952480db6e5e697cdbae3f..3ede985e2c6b295dcaa12aef4ff027dab21b8626 100644 (file)
@@ -105,14 +105,14 @@ public abstract class ExportConfiguratorBase<DESTINATION extends Object> extends
 //             return dbSchemaValidation;\r
 //     }\r
        \r
-       /**\r
-        * Returns a <code>CdmApplicationController</code> created by the values of this configuration.\r
-        * If a controller was already created before the last created controller is returned.\r
-        * @return\r
-        */\r
-       public CdmApplicationController getCdmAppController(){\r
-               return getCdmAppController(false);\r
-       }\r
+//     /**\r
+//      * Returns a <code>CdmApplicationController</code> created by the values of this configuration.\r
+//      * If a controller was already created before the last created controller is returned.\r
+//      * @return\r
+//      */\r
+//     public CdmApplicationController getCdmAppController(){\r
+//             return getCdmAppController(false);\r
+//     }\r
        \r
        /**\r
         * Returns a new instance of <code>CdmApplicationController</code> created by the values of this configuration.\r