]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/pools/peer/class_DefaultPeerPool.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / pools / peer / class_DefaultPeerPool.php
index bb76056fe8817678b1285a553bc3be0fd76870b5..166d5d95eeb007b26484b65c910318fae12abddc 100644 (file)
@@ -38,7 +38,7 @@ class DefaultPeerPool extends BasePool implements PoolablePeer {
         * @param       $listenerInstance       A Listenable instance
         * @return      $poolInstance           An instance a Poolable class
         */
-       public final static function createDefaultPeerPool (Listenable $listenerInstance) {
+       public static final function createDefaultPeerPool (Listenable $listenerInstance) {
                // Get new instance
                $poolInstance = new DefaultPeerPool();