]> git.mxchange.org Git - jcore-utils.git/commitdiff
Continued:
authorRoland Haeder <roland@mxchange.org>
Mon, 7 Sep 2015 18:47:32 +0000 (20:47 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 7 Sep 2015 18:47:32 +0000 (20:47 +0200)
- updated jcore.jar
- got rid of some things that don't work in EJB container ... :-(
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcore.jar
src/org/mxchange/jcoreee/BaseServletSystem.java [deleted file]
src/org/mxchange/jcoreee/beans/BaseFrameworkBean.java
src/org/mxchange/jcoreee/filter/servlet/BaseServletFilter.java

index 636db5cb817c5a8422435600d1eaa83f399dcde9..1e4a78b02a1d9abd48a4b7cb5e7a53a763af1d77 100644 (file)
Binary files a/lib/jcore.jar and b/lib/jcore.jar differ
diff --git a/src/org/mxchange/jcoreee/BaseServletSystem.java b/src/org/mxchange/jcoreee/BaseServletSystem.java
deleted file mode 100644 (file)
index 10ce7b6..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Copyright (C) 2015 Roland Haeder
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-package org.mxchange.jcoreee;
-
-import org.mxchange.jcore.BaseFrameworkSystem;
-
-/**
- * A general shop class
- * @author Roland Haeder
- */
-public class BaseServletSystem extends BaseFrameworkSystem {
-}
index 031a8e05245f3a85821332dbd0649fc991ff255a..9d70e5059f65d716d5266e15b03c7de0e6488400 100644 (file)
@@ -29,7 +29,7 @@ public abstract class BaseFrameworkBean implements Serializable {
        /**
         * Serial number
         */
        /**
         * Serial number
         */
-       private static final long serialVersionUID = 83258139481372814L;
+       private static final long serialVersionUID = 83_258_139_481_372_814L;
 
        /**
         * Protected constructor, please don't add init() call here.
 
        /**
         * Protected constructor, please don't add init() call here.
index aaf7b69c7b9d4c6ce68b6ce7496409d13524fb68..f0f33ef8538b9376129cd794d42e8251ec1bb48a 100644 (file)
@@ -66,7 +66,7 @@ public abstract class BaseServletFilter extends BaseFrameworkSystem implements F
         * Configuration instance
         * @return the config
         */
         * Configuration instance
         * @return the config
         */
-       protected final FilterConfig getConfig () {
+       protected FilterConfig getConfig () {
                return this.config;
        }
 
                return this.config;
        }