From 273cc6b1a3be92fbb712f7655d9e6cb9ed66b59a Mon Sep 17 00:00:00 2001 From: "Tufman, Shay (st198j)" Date: Wed, 4 Jul 2018 16:44:47 +0300 Subject: remove mac validation remove max conformance level validation Change-Id: I09672789d6819b52010bc6f1383e0eca25e664e1 Issue-ID: SDC-1465 Signed-off-by: Tufman, Shay (st198j) --- src/main/resources/config/error-configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/config/error-configuration.yaml') diff --git a/src/main/resources/config/error-configuration.yaml b/src/main/resources/config/error-configuration.yaml index 58d1de3..ff9c6ed 100644 --- a/src/main/resources/config/error-configuration.yaml +++ b/src/main/resources/config/error-configuration.yaml @@ -13,7 +13,7 @@ errors: CONFORMANCE_LEVEL_ERROR: { code: TP0003, failOnError: true, - message: "Error: CSAR version is unsupported. Parser supports versions %s to %s." + message: "Error: CSAR version is unsupported. Parser supports versions from %s." } GENERAL_ERROR: { code: TP0004, -- cgit 1.2.3-korg