Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / classes / class_Base
index 9cd9fd744559be145b9fad063e27ee837e6647a3..fa83634580d13ad3893ab0641ede25637d2e51ea 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class Base??? extends BaseFrameworkSystem {
+abstract class Base??? extends BaseFrameworkSystem {
        /**
         * Protected constructor
         *
@@ -32,7 +32,5 @@ class Base??? extends BaseFrameworkSystem {
                // Call parent constructor
                parent::__construct($className);
        }
-}
 
-// [EOF]
-?>
+}