]> git.mxchange.org Git - city.git/commitdiff
Some cleanups.
authorRoland Haeder <roland@mxchange.org>
Thu, 27 Aug 2015 00:57:30 +0000 (02:57 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 27 Aug 2015 00:57:30 +0000 (02:57 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/city/classes/filter/bootstrap/init/class_CityDaemonBootstrapInitDaemonFilter.php
application/city/classes/filter/city_daemon/class_CityDaemonInitializationFilter.php

index 5bc30aa9fa52844c1ffbc119fb073bc1a7d86924..d95d266333a10b038d1fc2a87478f2383441279c 100644 (file)
@@ -52,7 +52,6 @@ class CityDaemonBootstrapInitDaemonFilter extends BaseCityFilter implements Filt
         * @param       $responseInstance       An instance of a class with an Responseable interface
         * @return      void
         * @throws      FilterChainException    If $cityInstance is null (no NullPointerException here)
-        * @todo        0% done
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                // Get city instance
index 74a905efbda273b4b7b15311c74e4a961643c704..7ce7ce5e42231b068037c468b1d384e9e9aebf8c 100644 (file)
@@ -64,7 +64,7 @@ class CityDaemonInitializationFilter extends BaseCityFilter implements Filterabl
                }
 
                // Debug message
-               /* DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('NODE-INIT-FILTER[' . __METHOD__ . ':' . __LINE__ . ']: City daemon has been added to registry.');
+               /* DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CITY-INIT-FILTER[' . __METHOD__ . ':' . __LINE__ . ']: City daemon has been added to registry.');
        }
 }