]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/class_BaseCitySystem.php
Continued:
[city.git] / application / city / classes / class_BaseCitySystem.php
index f44083aa3aafe53aca1b293721c850a03e9930de..084a71621452466fa861097b2a2bada54631329d 100644 (file)
@@ -2,7 +2,7 @@
 // Own namespace
 namespace Org\Mxchange\City\Generic;
 
-// Import own stuff
+// Import application-specific stuff
 use Org\Mxchange\City\Helper\CityHelper;
 
 // Import framework stuff
@@ -30,7 +30,7 @@ use Org\Mxchange\CoreFramework\Object\BaseFrameworkSystem;
  * 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 BaseCitySystem extends BaseFrameworkSystem {
+abstract class BaseCitySystem extends BaseFrameworkSystem {
        // Exception codes
        const EXCEPTION_UNSUPPORTED_ERROR_HANDLER     = 0x900;
        const EXCEPTION_BASE64_ENCODING_NOT_MODULO_4  = 0x901;