summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/service/rest/LocationRoa.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/service/rest/LocationRoa.java b/ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/service/rest/LocationRoa.java
index f73726f..9dcbd94 100644
--- a/ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/service/rest/LocationRoa.java
+++ b/ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/service/rest/LocationRoa.java
@@ -182,7 +182,7 @@ public class LocationRoa {
@QueryParam(ParamConstant.PARAM_LOCATION) String locations) throws ServiceException {
LOGGER.info("LocationRoa::getLocation locations:{}", locations);
Map<String, Object> condition = new HashMap<>();
- List<LocationEntity> loca = new ArrayList<LocationEntity>();
+ List<LocationEntity> loca = new ArrayList<>();
condition.put(ParamConstant.PARAM_LOCATION, locations);
loca = location.get(condition);
LOGGER.info("LocationRoa::getLocation loca:{}", loca);