From b8f536584bd539e232f6b22a2d80430055b59e42 Mon Sep 17 00:00:00 2001 From: liang ding Date: Tue, 25 Sep 2018 00:23:05 -0700 Subject: fix two typos CSER->CSAR Change-Id: I3969ddff6a7b32a9eddd02daa33de6af37a2a55b Issue-ID: SDC-1790 Signed-off-by: liang ding --- .../org/openecomp/sdc/be/components/impl/ResourceImportManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'catalog-be') 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)); } -- cgit 1.2.3-korg