[SDNC-5] Rebase sdnc-northbound
[sdnc/northbound.git] / asdcApi / provider / src / main / java / org / openecomp / sdnc / asdcapi / AsdcApiProvider.java
index 43344cd..51ea9ac 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *             reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -197,7 +197,7 @@ public class AsdcApiProvider implements AutoCloseable, ASDCAPIService {
     }
 
 
-    private boolean artifactVersionExists(String aName, String aVersion) {
+    protected boolean artifactVersionExists(String aName, String aVersion) {
         InstanceIdentifier artifactInstanceId =
                 InstanceIdentifier.<Artifacts>builder(Artifacts.class)
                 .child(Artifact.class, new ArtifactKey(aName, aVersion)).toInstance();
@@ -218,7 +218,7 @@ public class AsdcApiProvider implements AutoCloseable, ASDCAPIService {
         }
     }
 
-    private void addArtifactVersion(String aName, String aVersion) {
+    protected void addArtifactVersion(String aName, String aVersion) {
 
 
         try {