diff options
author | Lukasz Muszkieta <lukasz.muszkieta@nokia.com> | 2019-11-14 13:39:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-14 13:39:38 +0000 |
commit | 99d051cebfee5a59eae4dd2f1c0d1365f9f6d573 (patch) | |
tree | bcd3f076c423d6b5f0de3daf7f9242bcc2002d0f /asdc-controller/src/main | |
parent | 8322816ee2520e493ec4c3e376ed071e217d5485 (diff) | |
parent | 8be1b0dcfd197431b496dce76067c055c688ed6a (diff) |
Merge "remove delcarartion"
Diffstat (limited to 'asdc-controller/src/main')
-rw-r--r-- | asdc-controller/src/main/java/org/onap/so/asdc/activity/DeployActivitySpecs.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdc-controller/src/main/java/org/onap/so/asdc/activity/DeployActivitySpecs.java b/asdc-controller/src/main/java/org/onap/so/asdc/activity/DeployActivitySpecs.java index 1fda277b6e..e53b792a74 100644 --- a/asdc-controller/src/main/java/org/onap/so/asdc/activity/DeployActivitySpecs.java +++ b/asdc-controller/src/main/java/org/onap/so/asdc/activity/DeployActivitySpecs.java @@ -58,7 +58,7 @@ public class DeployActivitySpecs { protected static final Logger logger = LoggerFactory.getLogger(DeployActivitySpecs.class); @Transactional - public void deployActivities() throws Exception { + public void deployActivities() { String hostname = env.getProperty(SDC_ENDPOINT); logger.debug("{} {}", "SDC ActivitySpec endpoint: ", hostname); if (hostname == null || hostname.isEmpty()) { |