]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/bootstrap/node/class_NodeBootstrapGenerateNodeIdFilter.php
Hub project continued: (I have now a little more time)
[hub.git] / application / hub / main / filter / bootstrap / node / class_NodeBootstrapGenerateNodeIdFilter.php
index f1bbd6582cbdc134692da439cb9f055a9b842401..13cc689cb1f0fdc62b6fe0a7dabdc4bb19f99dc4 100644 (file)
@@ -57,11 +57,12 @@ class NodeBootstrapGenerateNodeIdFilter extends BaseFilter implements Filterable
                // Get node instance
                $nodeInstance = Registry::getRegistry()->getInstance('node');
 
-               // --------------------- Node-id acquirement phase ---------------------
-               // Acquire a hub-id. This step generates on first launch a new one and
-               // on any later launches it will restore the hub-id from the database.
-               // A passed 'nickname=xxx' argument will be used to add some
-               // 'personality' to the hub.
+               /*
+                * Acquire a hub-id. This step generates on first launch a new one and
+                * on any later launches it will restore the hub-id from the database.
+                * A passed 'nickname=xxx' argument will be used to add some
+                * 'personality' to the hub.
+                */
                $nodeInstance->bootstrapAcquireNodeId($requestInstance, $responseInstance);
        }
 }