diff options
Diffstat (limited to 'cps-service/src/main/java/org/onap/cps/api/CpsQueryService.java')
-rw-r--r-- | cps-service/src/main/java/org/onap/cps/api/CpsQueryService.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-service/src/main/java/org/onap/cps/api/CpsQueryService.java b/cps-service/src/main/java/org/onap/cps/api/CpsQueryService.java index 3044fe0a90..30c8bbbdf3 100644 --- a/cps-service/src/main/java/org/onap/cps/api/CpsQueryService.java +++ b/cps-service/src/main/java/org/onap/cps/api/CpsQueryService.java @@ -1,6 +1,6 @@ /* * ============LICENSE_START======================================================= - * Copyright (C) 2020-2024 Nordix Foundation + * Copyright (C) 2020-2025 Nordix Foundation * Modifications Copyright (C) 2022-2023 TechMahindra Ltd. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -32,7 +32,7 @@ import org.onap.cps.api.parameters.PaginationOption; */ public interface CpsQueryService { - public static int NO_LIMIT = 0; + int NO_LIMIT = 0; /** * Get data nodes for the given dataspace and anchor by cps path. |