diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-06-09 16:08:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-09 16:08:18 +0000 |
commit | d6d8c200c02e417a232af556a022c8f24d09ac1b (patch) | |
tree | e9bc645074193ec59828e42d3c2d90958357a19a /cps-service | |
parent | 96f59e3fd14cdd81e58537b647aa3dd001e3c4cc (diff) | |
parent | 2beebc64abb031ee98578ad2431ec2c0ca521567 (diff) |
Merge "Handle errors during cm handle search"
Diffstat (limited to 'cps-service')
-rwxr-xr-x | cps-service/src/main/java/org/onap/cps/spi/CpsAdminPersistenceService.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 b0d28ea5fc..db2d2b2d49 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 |