diff options
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.java | 4 |
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 { |