diff options
Diffstat (limited to 'reference/logging-demo/src/main/webapp/WEB-INF')
-rw-r--r-- | reference/logging-demo/src/main/webapp/WEB-INF/spring.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reference/logging-demo/src/main/webapp/WEB-INF/spring.xml b/reference/logging-demo/src/main/webapp/WEB-INF/spring.xml index 2b4d585..c6b33aa 100644 --- a/reference/logging-demo/src/main/webapp/WEB-INF/spring.xml +++ b/reference/logging-demo/src/main/webapp/WEB-INF/spring.xml @@ -37,7 +37,7 @@ <!-- enable logging AOP proxies --> <aop:aspectj-autoproxy /> <beans> - <bean class="org.onap.demo.logging.LoggingAspect" /> <!-- required even though we annotate with @Aspect --> + <bean class="org.onap.logging.library.LoggingAspect" /> <!-- required even though we annotate with @Aspect --> </beans> </beans> |