Domain model change
[portal.git] / portal-BE / src / main / java / org / onap / portal / logging / aop / EPEELFLoggerAdvice.java
index b555e6a..2c7151a 100644 (file)
@@ -66,7 +66,7 @@ import org.springframework.beans.factory.annotation.Autowired;
 @org.springframework.context.annotation.Configuration
 public class EPEELFLoggerAdvice {
 
-       private EELFLoggerDelegate adviceLogger = EELFLoggerDelegate.getLogger(EPEELFLoggerAdvice.class);
+       private final EELFLoggerDelegate adviceLogger = EELFLoggerDelegate.getLogger(EPEELFLoggerAdvice.class);
 
        private final AppsCacheService appCacheService;
        private final FnUserService fnUserService;