Fix build issue 79/42479/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 12 Apr 2018 11:16:26 +0000 (13:16 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 12 Apr 2018 11:16:26 +0000 (13:16 +0200)
Fix build issue due to rebase conflict resolution

Issue-ID: CLAMP-151
Change-Id: Id65f78a03b54a9e30263c1d560f444cd58be780b
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/main/java/org/onap/clamp/clds/sdc/controller/installer/CsarInstallerImpl.java

index 6a9828d..ded75dd 100644 (file)
@@ -46,10 +46,10 @@ import org.onap.clamp.clds.model.CldsModel;
 import org.onap.clamp.clds.model.CldsTemplate;
 import org.onap.clamp.clds.service.CldsService;
 import org.onap.clamp.clds.service.CldsTemplateService;
-import org.springframework.transaction.annotation.Transactional;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.context.ApplicationContext;
+import org.springframework.transaction.annotation.Transactional;
 import org.yaml.snakeyaml.Yaml;
 
 /**
@@ -169,7 +169,8 @@ public class CsarInstallerImpl implements CsarInstaller {
         return policyNameList.get(0);
     }
 
-    private String queryDcaeToGetServiceTypeId(BlueprintArtifact blueprintArtifact) throws IOException, ParseException {
+    private String queryDcaeToGetServiceTypeId(BlueprintArtifact blueprintArtifact)
+            throws IOException, ParseException, InterruptedException {
         return dcaeInventoryService.getDcaeInformation(blueprintArtifact.getBlueprintArtifactName(),
                 blueprintArtifact.getBlueprintInvariantServiceUuid(),
                 blueprintArtifact.getBlueprintInvariantResourceUuid()).getTypeId();