]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/database/databases/class_LocalFileDatabase.php
Class/method doc-tags fixed
[shipsimu.git] / inc / classes / main / database / databases / class_LocalFileDatabase.php
index f9e67a9f5106adddf2efb8269a393532d10eef9f..b3ee46ecb7b2b22851e2337439289394b4797417 100644 (file)
@@ -353,9 +353,9 @@ class LocalFileDatabase extends BaseDatabaseFrontend implements DatabaseFrontend
         * Makes sure that the database connection is alive
         *
         * @return      void
+        * @todo        Do some checks on the database directory and files here
         */
        public function connectToDatabase () {
-               /* @TODO Do some checks on the database directory and files here */
        }
 
        /**