summaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/configuration/AppConfig.java
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-05-17 09:02:22 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-17 09:02:22 +0000
commit797e824f18e784b8ded9a00d2ca7f420a53e6fff (patch)
tree08d92b508f0d466f10ec494975d3c8dd6425989b /prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/configuration/AppConfig.java
parent058b05d999484702de52c26672a247aa4d6745fb (diff)
parenta24561f9cd032c03af2b15f9452642cb994f68e2 (diff)
Merge changes from topic 'PackageRefactor'
* changes: Change package in prh-aai-client Change package in prh-dmaap-client module
Diffstat (limited to 'prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/configuration/AppConfig.java')
-rw-r--r--prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/configuration/AppConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/configuration/AppConfig.java b/prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/configuration/AppConfig.java
index a6014c4b..7f36a51b 100644
--- a/prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/configuration/AppConfig.java
+++ b/prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/configuration/AppConfig.java
@@ -19,7 +19,7 @@
*/
package org.onap.dcaegen2.services.prh.configuration;
-import org.onap.dcaegen2.services.config.*;
+import org.onap.dcaegen2.services.prh.config.*;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.stereotype.Component;