aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@att.com>2018-02-07 13:58:40 +0200
committerOfir Sonsino <os0695@att.com>2018-02-07 13:58:40 +0200
commit94f33fa3abf17d576b9fe43fa2913c4546febaa8 (patch)
tree641c84d883d9a79a1e5c301598b5a6cc06673557 /vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java
parent1cfb08779ea0e00be69e072a940b3063e049fe6b (diff)
org.onap migration
Change-Id: I50f06f058ec01787a77d9bc1a6dbf16f09f0aa63 Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java')
-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 81966439e..7b0d1a04c 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 {