]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/tasks/daemon/map_expander/class_CityDaemonMapExpanderTask.php
Continued:
[city.git] / application / city / classes / tasks / daemon / map_expander / class_CityDaemonMapExpanderTask.php
index 81dc9725584c036f2ced88040d77162918071db8..e589ee16ced055dcbd4dc6319015ffc0be779533 100644 (file)
@@ -3,8 +3,8 @@
 namespace Org\Mxchange\City\Daemon\Task\Expander\Map;
 
 // Import application-specific stuff
-use Org\Mxchange\City\Daemon\Factory\CityDaemonFactory;
 use Org\Mxchange\City\Task\BaseCityTask;
+use Org\Mxchange\Factory\City\Daemon\CityDaemonFactory;
 
 // Import framework stuff
 use Org\Mxchange\CoreFramework\Task\Taskable;
@@ -16,7 +16,7 @@ use Org\Mxchange\CoreFramework\Visitor\Visitor;
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2015, 2016 City Developer Team
+ * @copyright  Copyright (c) 2015 - 2023 City Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -89,7 +89,7 @@ class CityDaemonMapExpanderTask extends BaseCityTask implements Taskable, Visita
                if ($cityInstance->isMapPendingExpansion()) {
                        // Expand the map
                        $cityInstance->expandMaps();
-               } // END - if
+               }
        }
 
        /**