Adjust application.yaml keys and values
[portal/ric-dashboard.git] / webapp-backend / src / main / java / org / oransc / ric / portal / dashboard / config / SpringContextCache.java
index 2f1d1f6..72fe004 100644 (file)
@@ -2,7 +2,7 @@
  * ========================LICENSE_START=================================
  * O-RAN-SC
  * %%
- * Copyright (C) 2019 AT&T Intellectual Property and Nokia
+ * Copyright (C) 2019 AT&T Intellectual Property
  * %%
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@
  */
 package org.oransc.ric.portal.dashboard.config;
 
-import org.springframework.beans.BeansException;
 import org.springframework.context.ApplicationContext;
 import org.springframework.context.ApplicationContextAware;
 import org.springframework.stereotype.Component;
@@ -33,7 +32,7 @@ public class SpringContextCache implements ApplicationContextAware {
        private static ApplicationContext applicationContext = null;
 
        @Override
-       public void setApplicationContext(final ApplicationContext appContext) throws BeansException {
+       public void setApplicationContext(final ApplicationContext appContext) {
                applicationContext = appContext;
        }