Continued:
[core.git] / framework / main / classes / filesystem / class_
index bb10dcab655fd6df8de1a83ba1a26279d4ad5cef..7c51898fecec7bc48aa9f19c6e63018351eda8d7 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 - 2017 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -27,7 +27,7 @@ class ???Filesystem extends BaseFilesystem implements Filesystem {
         *
         * @return      void
         */
-       protected function __construct () {
+       private function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
        }
@@ -45,7 +45,5 @@ class ???Filesystem extends BaseFilesystem implements Filesystem {
                // Return the prepared instance
                return $///Instance;
        }
-}
 
-// [EOF]
-?>
+}