Change Design Service to use DbLibService 87/47087/2
authorRyan Young <ry303t@att.com>
Thu, 10 May 2018 16:34:51 +0000 (12:34 -0400)
committerRyan Young <ry303t@att.com>
Thu, 10 May 2018 16:44:23 +0000 (12:44 -0400)
Change-Id: I5b82345d8790fcfe3fdf73c86b413276673361ec
Signed-off-by: Ryan Young <ry303t@att.com>
Issue-ID: APPC-890

appc-inbound/appc-design-services/provider/src/main/java/org/onap/appc/design/dbervices/DbService.java

index b09ef0d..eae5862 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * ONAP : APPC
  * ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Copyright (C) 2017 Amdocs
  * =============================================================================
@@ -18,7 +18,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * 
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  * ============LICENSE_END=========================================================
  */
 
@@ -41,7 +40,7 @@ import org.slf4j.LoggerFactory;
 public class DbService {
 
     private static final Logger Log = LoggerFactory.getLogger(DbService.class);
-    private static final String DBLIB_SERVICE = "org.onap.ccsdk.sli.core.dblib.DBResourceManager";
+    private static final String DBLIB_SERVICE = "org.onap.ccsdk.sli.core.dblib.DbLibService";
     private DbLibService dbLibSvc = null;
 
     public DbService() throws DBException {