aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java b/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
index 1890a5b37..aedd1b950 100644
--- a/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
+++ b/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
@@ -52,9 +52,7 @@ public class VidServiceImpl implements VidService {
* The Constant LOG.
*/
private static final EELFLoggerDelegate LOG = EELFLoggerDelegate.getLogger(VidServiceImpl.class);
- /**
- * The Constant dateFormat.
- */
+
protected final AsdcClient asdcClient;
private final FeatureManager featureManager;
@@ -126,7 +124,7 @@ public class VidServiceImpl implements VidService {
final Service asdcServiceMetadata = asdcClient.getService(UUID.fromString(uuid));
return getServiceModel(uuid, serviceCsar, tosca, asdcServiceMetadata);
} catch (Exception e) {
- LOG.error("Failed to download and proccess service from SDC", e);
+ LOG.error("Failed to download and process service from SDC", e);
}
return serviceModel;
}