]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/registry/sub/class_SubRegistry.php
Opps, forgot this.
[core.git] / inc / classes / main / registry / sub / class_SubRegistry.php
index 65c1983ecc8bcea1384e4adb50281974786e048a..96c9eac3669f87d1d9df996976dad64e4c1cbd64 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Sub registry
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@ class SubRegistry extends BaseRegistry implements Register {
         *
         * @return      $registryInstance       An instance of this registry class
         */
-       public final static function createSubRegistry () {
+       public static final function createSubRegistry () {
                // Just get a new instance ...
                $registryInstance = new SubRegistry();