Remove redundant type specifiers
[openflowplugin.git] / extension / openflowplugin-extension-nicira / src / test / java / org / opendaylight / openflowplugin / extension / vendor / nicira / convertor / match / TunIdConvertorTest.java
index 45e7b4cb8acc7cf7d314bf59bad9ad5efc2e441b..75017d66aa04dde85f51b3a5e8c388768cbbacb1 100644 (file)
@@ -55,7 +55,7 @@ public class TunIdConvertorTest {
         nxAugMatchNotifUpdateFlowStatsBuilder.setNxmNxTunId(nxmNxTunIdBuilder.build());
 
         final Augmentation<Extension> extensionAugmentation = nxAugMatchNotifUpdateFlowStatsBuilder.build();
-        when(extension.augmentation(ArgumentMatchers.<Class<Augmentation<Extension>>>any()))
+        when(extension.augmentation(ArgumentMatchers.any()))
             .thenReturn(extensionAugmentation);
 
         tunIdConvertor = new TunIdConvertor();