diff options
author | niamhcore <niamh.core@est.tech> | 2020-11-18 16:29:15 +0000 |
---|---|---|
committer | niamhcore <niamh.core@est.tech> | 2020-11-19 09:39:53 +0000 |
commit | 181aa2b8d9dd612805cdb5fed749566b171b5a35 (patch) | |
tree | 1642a5a945ce24c7ef5fff610fc6a373a0c978a7 /cps-service/src/main/java | |
parent | 5a1b4b66b68776e0a13c98d2f41fe39f957fdf4b (diff) |
Fix HTTP response for duplicate module
Issue-ID: CPS-80
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: I27b83d671a9f235a4e926ebe9897add36080fd6f
Diffstat (limited to 'cps-service/src/main/java')
-rwxr-xr-x | cps-service/src/main/java/org/onap/cps/api/CpService.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cps-service/src/main/java/org/onap/cps/api/CpService.java b/cps-service/src/main/java/org/onap/cps/api/CpService.java index 6b59949ca0..726ca0f28d 100755 --- a/cps-service/src/main/java/org/onap/cps/api/CpService.java +++ b/cps-service/src/main/java/org/onap/cps/api/CpService.java @@ -51,6 +51,7 @@ public interface CpService { * * @param schemaContext the schema context * @param dataspaceName the dataspace name + * @throws CpsValidationException if input data already exists. */ void storeSchemaContext(SchemaContext schemaContext, String dataspaceName); |