]> git.mxchange.org Git - core.git/blobdiff - application/tests/loader.php
Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / application / tests / loader.php
index 48f95ef8030d65d556ca263fc7753d306a7ec5db..7ddcb41f464ee43f4512423d4f46cbbb27aebf70 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
@@ -23,6 +23,3 @@
 
 // Scan for application's classes, exceptions and interfaces
 ClassLoader::scanApplicationClasses();
-
-// [EOF]
-?>