Changes for new odl version
[appc.git] / appc-adapters / appc-chef-adapter / appc-chef-adapter-bundle / src / test / java / org / onap / appc / adapter / chef / ChefActivatorTest.java
index b261a77..ec291c1 100644 (file)
@@ -41,7 +41,7 @@ import org.osgi.framework.ServiceRegistration;
 public class ChefActivatorTest {
 
     @Mock
-    private ServiceRegistration<ChefAdapter> serviceRegistration;
+    private ServiceRegistration serviceRegistration;
     @Mock
     private BundleContext bundleContext;