]> git.mxchange.org Git - hub.git/commitdiff
Multi-line comment
authorRoland Häder <roland@mxchange.org>
Wed, 31 Aug 2011 20:46:58 +0000 (20:46 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 31 Aug 2011 20:46:58 +0000 (20:46 +0000)
application/hub/main/factories/package/class_NetworkPackageFactory.php

index 68e2d7619815dd7dcdb66c64eb06e898b30f2d17..4b01ce051b054c43facddb976cef5da28ce31419 100644 (file)
@@ -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