From: Roland Häder Date: Wed, 31 Aug 2011 20:46:58 +0000 (+0000) Subject: Multi-line comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6ee1b1c557fb64b4faa47f00b9dab2c9f8dd1f85;p=hub.git Multi-line comment --- diff --git a/application/hub/main/factories/package/class_NetworkPackageFactory.php b/application/hub/main/factories/package/class_NetworkPackageFactory.php index 68e2d7619..4b01ce051 100644 --- a/application/hub/main/factories/package/class_NetworkPackageFactory.php +++ b/application/hub/main/factories/package/class_NetworkPackageFactory.php @@ -45,7 +45,7 @@ class NetworkPackageFactory extends ObjectFactory { // Then use this instance $packageInstance = Registry::getRegistry()->getInstance('network_package'); } else { - /** + /* * Prepare the compressor for our package, ZLIB should be fine but we * keep it open here so you can experiment with the settings and don't * need to touch any code. @@ -55,8 +55,10 @@ class NetworkPackageFactory extends ObjectFactory { // Prepare the decorator compressor (for later flawless and easy updates) $compressorInstance = self::createObjectByConfiguredName('deco_package_compressor_class', array($compressorInstance)); - // Now prepare the network package for delivery so only need to do this - // once just before the "big announcement loop". + /* + * Now prepare the network package for delivery so only need to do this + * once just before the "big announcement loop". + */ $packageInstance = self::createObjectByConfiguredName('network_package_class', array($compressorInstance)); // Set the instance in registry for further use