commits fixes
authorRoland Häder <roland@mxchange.org>
Fri, 19 May 2017 18:26:58 +0000 (20:26 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 19 May 2017 18:26:58 +0000 (20:26 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/class_BaseFrameworkSystem.php

index d61c9f77e2190d3a9ffbdcdddf7991de2784e0b1..085249c8ccb8b2386a0b0a65df226cacea9d6752 100644 (file)
@@ -203,7 +203,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
        private $outputStreamInstance = NULL;
 
        /**
-        * Networkable handler instance
+        * Handler instance
         */
        private $handlerInstance = NULL;
 
@@ -1325,7 +1325,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
        /**
         * Getter for handler instance
         *
-        * @return      $handlerInstance        A Networkable instance
+        * @return      $handlerInstance        A Handleable instance
         */
        protected final function getHandlerInstance () {
                return $this->handlerInstance;