'final' added to factory methods
[shipsimu.git] / application / selector / class_ApplicationSelector.php
index c47ef8785503dd929dd57656beee7c71a22f5f4a..b0866dcb8e97d37b00fa69def9d9ce0eaa822e0a 100644 (file)
@@ -80,7 +80,7 @@ class ApplicationSelector extends BaseFrameworkSystem {
         * @param               $fileIOInstance The file I/O instance
         * @return              $selInstance            An instance of ApplicationSelector
         */
-       public static function createApplicationSelector (ManageableLanguage $langInstance, FileIOHandler $fileIOInstance) {
+       public final static function createApplicationSelector (ManageableLanguage $langInstance, FileIOHandler $fileIOInstance) {
                // Get a new instance
                $selInstance = new ApplicationSelector();