fix two typos CSER->CSAR 83/68783/1
authorliang ding <liang.ding@intel.com>
Tue, 25 Sep 2018 07:23:05 +0000 (00:23 -0700)
committerliang ding <liang.ding@intel.com>
Tue, 25 Sep 2018 07:28:04 +0000 (00:28 -0700)
Change-Id: I3969ddff6a7b32a9eddd02daa33de6af37a2a55b
Issue-ID: SDC-1790
Signed-off-by: liang ding <liang.ding@intel.com>
catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ResourceImportManager.java

index 42858f4..4d72f87 100644 (file)
@@ -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));
             }