Domain model change
[portal.git] / portal-BE / src / main / java / org / onap / portal / logging / aop / EPEELFLoggerAdvice.java
index fa8ab5d..2c7151a 100644 (file)
@@ -49,8 +49,8 @@ import java.util.UUID;
 import javax.servlet.http.HttpServletRequest;
 import org.onap.portal.domain.db.fn.FnApp;
 import org.onap.portal.domain.db.fn.FnUser;
+import org.onap.portal.service.AppsCacheService;
 import org.onap.portal.service.fn.FnUserService;
-import org.onap.portal.service.fn.old.AppsCacheService;
 import org.onap.portal.utils.EPCommonSystemProperties;
 import org.onap.portal.utils.EcompPortalUtils;
 import org.onap.portalsdk.core.exception.SessionExpiredException;
@@ -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;