]> git.mxchange.org Git - jcoreee.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 19 Oct 2022 23:37:05 +0000 (01:37 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Oct 2022 23:37:05 +0000 (01:37 +0200)
- can be made final

src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java

index b8edc62bf15953a86e0d4dfac9fed1e56e5d903a..e41e6d0296057859b0971430d7cf4bb70bcd9968 100644 (file)
@@ -73,7 +73,7 @@ public class CustomExceptionHandler extends ExceptionHandlerWrapper {
        public CustomExceptionHandler () {
                try {
                        // Get initial context
-                       Context context = new InitialContext();
+                       final Context context = new InitialContext();
 
                        // Lookup logger
                        this.loggerBeanLocal = (LoggerBeanLocal) context.lookup("java:global/jcore-logger-ejb/logger!org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal"); //NOI18N