Add controller which create error reports
[vid.git] / vid-app-common / src / main / java / org / onap / vid / services / VidService.java
index 18d8398..f7bc1f2 100644 (file)
@@ -22,7 +22,6 @@
 package org.onap.vid.services;
 
 import org.onap.vid.asdc.AsdcCatalogException;
-import org.onap.vid.controller.ProbeInterface;
 import org.onap.vid.model.ServiceModel;
 
 public interface VidService extends ProbeInterface {