summaryrefslogtreecommitdiffstats
path: root/catalog-be
diff options
context:
space:
mode:
authorliang ding <liang.ding@intel.com>2018-09-25 00:23:05 -0700
committerliang ding <liang.ding@intel.com>2018-09-25 00:28:04 -0700
commitb8f536584bd539e232f6b22a2d80430055b59e42 (patch)
treeef1bccfde65a73527a95b79203ecff65f2999c48 /catalog-be
parenta8443ee182f8d68f239366b8a8997d13a4c0e29c (diff)
fix two typos CSER->CSAR
Change-Id: I3969ddff6a7b32a9eddd02daa33de6af37a2a55b Issue-ID: SDC-1790 Signed-off-by: liang ding <liang.ding@intel.com>
Diffstat (limited to 'catalog-be')
-rw-r--r--catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ResourceImportManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ResourceImportManager.java b/catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ResourceImportManager.java
index 42858f4d57..4d72f87289 100644
--- a/catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ResourceImportManager.java
+++ b/catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ResourceImportManager.java
@@ -244,9 +244,9 @@ public class ResourceImportManager {
}
// currently import VF isn't supported. In future will be supported
- // import VF only with CSER file!!
+ // import VF only with CSAR file!!
if (ResourceTypeEnum.VF.equals(resource.getResourceType())) {
- log.debug("Now import VF isn't supported. It will be supported in future with CSER file only");
+ log.debug("Now import VF isn't supported. It will be supported in future with CSAR file only");
return Either.right(componentsUtils.getResponseFormat(ActionStatus.RESTRICTED_OPERATION));
}