From: luxin Date: Tue, 5 Sep 2017 12:37:14 +0000 (+0800) Subject: Modify the message info X-Git-Tag: v1.0.0~30 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F10353%2F1;p=vfc%2Fnfvo%2Fresmanagement.git Modify the message info Change-Id: If0c2fe17470882b7d9456fd28b3098ceae31d95d Issue-Id:VFC-273 Signed-off-by: luxin --- diff --git a/ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/constant/ResponseConstant.java b/ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/constant/ResponseConstant.java index 8222b5f..fd877c3 100644 --- a/ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/constant/ResponseConstant.java +++ b/ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/constant/ResponseConstant.java @@ -28,23 +28,21 @@ import org.onap.vfc.nfvo.resmanagement.common.ResourceUtil; */ public class ResponseConstant { - public static final String ADD_SUCESS_MSG = ResourceUtil.getMessage("org.openo.nfvo.resmanage.common.add.success"); + public static final String ADD_SUCESS_MSG = ResourceUtil.getMessage("add success"); - public static final String ADD_FAIL_MSG = ResourceUtil.getMessage("org.openo.nfvo.resmanage.common.add.error"); + public static final String ADD_FAIL_MSG = ResourceUtil.getMessage("add error"); - public static final String DEL_SUCESS_MSG = ResourceUtil.getMessage("org.openo.nfvo.resmanage.common.del.success"); + public static final String DEL_SUCESS_MSG = ResourceUtil.getMessage("delete success"); - public static final String DEL_FAIL_MSG = ResourceUtil.getMessage("org.openo.nfvo.resmanage.common.del.error"); + public static final String DEL_FAIL_MSG = ResourceUtil.getMessage("delete error"); - public static final String MOD_SUCESS_MSG = - ResourceUtil.getMessage("org.openo.nfvo.resmanage.common.update.success"); + public static final String MOD_SUCESS_MSG = ResourceUtil.getMessage("update success"); - public static final String MOD_FAIL_MSG = ResourceUtil.getMessage("org.openo.nfvo.resmanage.common.update.error"); + public static final String MOD_FAIL_MSG = ResourceUtil.getMessage("update error"); - public static final String QUERY_SUCESS_MSG = - ResourceUtil.getMessage("org.openo.nfvo.resmanage.common.query.success"); + public static final String QUERY_SUCESS_MSG = ResourceUtil.getMessage("query success"); - public static final String QUERY_FAIL_MSG = ResourceUtil.getMessage("org.openo.nfvo.resmanage.common.query.error"); + public static final String QUERY_FAIL_MSG = ResourceUtil.getMessage("query error"); public static final String DELSODORES_FAIL_MSG = "delete sodores error";