From: liang ding Date: Tue, 25 Sep 2018 07:23:05 +0000 (-0700) Subject: fix two typos CSER->CSAR X-Git-Tag: 1.3.0~95 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F68783%2F1;p=sdc.git fix two typos CSER->CSAR Change-Id: I3969ddff6a7b32a9eddd02daa33de6af37a2a55b Issue-ID: SDC-1790 Signed-off-by: liang ding --- 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)); }