Renamed DatabaseResult to CachedDatabaseResult as it is actually "caching" the
[core.git] / inc / classes / main / database / class_BaseDatabaseWrapper.php
index 7653f4d2be6a102e8516cc019cc074d6618905a8..77e530fd8e3fb64f73d1320d1b1a20ee05b6f271 100644 (file)
@@ -194,7 +194,8 @@ class BaseDatabaseWrapper extends BaseFrameworkSystem {
                        }
                }
 
-               // Create an instance of a DatabaseResult class with the given result
+               // Create an instance of a CachedDatabaseResult class with the given result
+               // @TODO Minor: Update above comment to e.g. BaseDatabaseResult
                $resultInstance = ObjectFactory::createObjectByConfiguredName('database_result_class', array($result));
 
                // And return the instance