]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/database/frontend/user/class_UserDatabaseFrontend.php
Continued:
[core.git] / framework / main / classes / database / frontend / user / class_UserDatabaseFrontend.php
index 6b74f53802db87d490522d278ccc05991f2e03ce..e49d772300b926f4a1e9008aadd5bece2549d80c 100644 (file)
@@ -17,7 +17,7 @@ use Org\Mxchange\CoreFramework\Result\Update\UpdateableResult;
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2021 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -114,7 +114,7 @@ class UserDatabaseFrontend extends BaseDatabaseFrontend implements ManageableAcc
                        if (is_null($updateInstance)) {
                                // Throw an exception here
                                throw new NullPointerException($this, self::EXCEPTION_IS_NULL_POINTER);
-                       } // END - if
+                       }
 
                        // Get search instance from update instance
                        $searchInstance = $updateInstance->getSearchInstance();
@@ -123,8 +123,8 @@ class UserDatabaseFrontend extends BaseDatabaseFrontend implements ManageableAcc
                        if (is_null($searchInstance)) {
                                // Throw an exception here
                                throw new NullPointerException($updateInstance, self::EXCEPTION_IS_NULL_POINTER);
-                       } // END - if
-               } // END - if
+                       }
+               }
 
                // Generate a data set object
                $dataSetInstance = ObjectFactory::createObjectByConfiguredName('dataset_criteria_class', array(self::DB_TABLE_USER));