From 6ee1b1c557fb64b4faa47f00b9dab2c9f8dd1f85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 31 Aug 2011 20:46:58 +0000 Subject: [PATCH] Multi-line comment --- .../factories/package/class_NetworkPackageFactory.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.2