From 8eb9f5d4a673cb1ab18423b7e84ec8bc6c96c5b6 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 6 Feb 2018 16:11:42 -0500 Subject: Removing old name references Removing references to bvc, att Change-Id: I794861fe40b96c922f6e5c011b2fe5d2c4bc515b Signed-off-by: Patrick Brady Issue-ID: APPC-292 --- .../main/java/org/onap/appc/encryptiontool/wrapper/DbServiceUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appc-config/appc-encryption-tool/provider/src/main/java/org') diff --git a/appc-config/appc-encryption-tool/provider/src/main/java/org/onap/appc/encryptiontool/wrapper/DbServiceUtil.java b/appc-config/appc-encryption-tool/provider/src/main/java/org/onap/appc/encryptiontool/wrapper/DbServiceUtil.java index d1be5e6c0..87d1c97c0 100644 --- a/appc-config/appc-encryption-tool/provider/src/main/java/org/onap/appc/encryptiontool/wrapper/DbServiceUtil.java +++ b/appc-config/appc-encryption-tool/provider/src/main/java/org/onap/appc/encryptiontool/wrapper/DbServiceUtil.java @@ -63,7 +63,7 @@ public class DbServiceUtil public static DBResourceManager initDbLibService() throws Exception { props = new Properties(); - File file = new File("/opt/app/bvc/properties/dblib.properties"); + File file = new File("/opt/onap/appc/data/properties/dblib.properties"); URL propURL = file.toURI().toURL(); props.load(propURL.openStream()); jdbcDataSource = new DBResourceManager(props); -- cgit 1.2.3-korg