]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/connection/class_BaseConnectionHelper.php
Added initial crawler stuff:
[hub.git] / application / hub / main / helper / connection / class_BaseConnectionHelper.php
index e5abac69ce9ef940e4370566558bf875ec5477f3..5fc569a9173b8d0274c3f9c07924cd3ce45f1b75 100644 (file)
@@ -306,10 +306,7 @@ class BaseConnectionHelper extends BaseHubSystemHelper implements Registerable,
         * @return      void
         */
        private function initState() {
-               /*
-                * Get the state factory and create the initial state, we don't need
-                * the state instance here
-                */
+               // Get the state factory and create the initial state.
                PeerStateFactory::createPeerStateInstanceByName('init', $this);
        }