From 2beebc64abb031ee98578ad2431ec2c0ca521567 Mon Sep 17 00:00:00 2001 From: kissand Date: Thu, 2 Jun 2022 16:26:23 +0200 Subject: Handle errors during cm handle search Issue-ID: CPS-1067 Change-Id: Iadc3413a29f9a455e658ec5bcaffc4881b7f7684 Signed-off-by: kissand --- .../src/main/java/org/onap/cps/spi/CpsAdminPersistenceService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cps-service/src/main') diff --git a/cps-service/src/main/java/org/onap/cps/spi/CpsAdminPersistenceService.java b/cps-service/src/main/java/org/onap/cps/spi/CpsAdminPersistenceService.java index b0d28ea5f..db2d2b2d4 100755 --- a/cps-service/src/main/java/org/onap/cps/spi/CpsAdminPersistenceService.java +++ b/cps-service/src/main/java/org/onap/cps/spi/CpsAdminPersistenceService.java @@ -74,7 +74,7 @@ public interface CpsAdminPersistenceService { /** * Query anchor names for the given module names in the provided dataspace. - * + * If dataspace or one of the given module names does not exists, return with an empty collection. * * @param dataspaceName dataspace name * @param moduleNames a collection of module names -- cgit 1.2.3-korg