X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fnodes%2Fclass_;h=c357328a7010907166d42f64e9d5eb364ae39d2d;hb=a639958849350c1db6d4562a74ef48182bc75a37;hp=17cb01b59ed22038e2c4834098e40ae6f0484ea9;hpb=743dec56e50e97608fe52d88f1429c759285cb32;p=hub.git diff --git a/application/hub/main/nodes/class_ b/application/hub/main/nodes/class_ index 17cb01b59..c357328a7 100644 --- a/application/hub/main/nodes/class_ +++ b/application/hub/main/nodes/class_ @@ -54,10 +54,10 @@ class Hub???Node extends BaseHubNode implements NodeHelper { * command-line arguments stored in the request instance. The regular node * should communicate with the bootstrap-nodes at this point. * - * @param $requestInstance An instance of a Requestable class * @return void + * @todo Implement this method */ - public function doBootstrapping (Requestable $requestInstance) { + public function doBootstrapping () { // Call generic (parent) bootstrapping method parent::doGenericBootstrapping(); $this->partialStub("Please implement this method.");