Fix various warnings
[netconf.git] / netconf / netconf-util / src / test / java / org / opendaylight / netconf / util / osgi / NetconfConfigurationActivatorTest.java
index cd21d8ce2968c52c42b2a9f9403eb32e311e319b..70fadc231415642f36790d2b17b3e59610cdefab 100644 (file)
@@ -30,7 +30,7 @@ public class NetconfConfigurationActivatorTest {
     @Mock
     private BundleContext context;
     @Mock
-    private ServiceRegistration registration;
+    private ServiceRegistration<?> registration;
 
     @Before
     public void setUp() throws Exception {