]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/cache/class_MemoryCache.php
'public static final' is correct
[core.git] / inc / classes / main / cache / class_MemoryCache.php
index da004138ed9f0216082c2a4afea1d9124c13cc3d..6555c4953da5cfc52ef0fb49192a56d70eaede79 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -42,7 +42,7 @@ class MemoryCache extends BaseFrameworkSystem implements Cacheable {
         *
         * @return      $cacheInstance  An instance of this cache class
         */
-       public final static function createMemoryCache () {
+       public static final function createMemoryCache () {
                // Get a new instance
                $cacheInstance = new MemoryCache();