summaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/services
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@att.com>2018-02-07 12:17:42 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-07 12:17:42 +0000
commit4218526154d4ecda5b8ea2ca4e9e729672b2103a (patch)
tree2add79095f4e144110d42aa74380d953dd828fbf /vid-app-common/src/main/java/org/onap/vid/services
parent146eef0d6c07306b85c511bbcac0f60f4e3dae1a (diff)
parent94f33fa3abf17d576b9fe43fa2913c4546febaa8 (diff)
Merge "org.onap migration"
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/services')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java b/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
index 81966439..7b0d1a04 100644
--- a/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
+++ b/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
@@ -39,7 +39,7 @@ public class VidServiceImpl implements VidService {
/*
* (non-Javadoc)
*
- * @see org.openecomp.vid.controller.VidService#getServices(java.util.Map)
+ * @see org.onap.vid.controller.VidService#getServices(java.util.Map)
*/
@Override
public Collection<Service> getServices(Map<String, String[]> requestParams)
@@ -50,7 +50,7 @@ public class VidServiceImpl implements VidService {
/*
* (non-Javadoc)
*
- * @see org.openecomp.vid.controller.VidService#getService(java.lang.String)
+ * @see org.onap.vid.controller.VidService#getService(java.lang.String)
*/
@Override
public ServiceModel getService(String uuid) throws AsdcCatalogException {