Fix a raw type warning
[openflowplugin.git] / openflowplugin / src / test / java / org / opendaylight / openflowplugin / openflow / md / core / extension / MatchExtensionHelperTest.java
index 9c7444fe577bea13ee4aeded9568d2b480c9cb51..ca3eca65d1a48dd9f13bc819aa1f7dc7ea05394a 100644 (file)
@@ -69,7 +69,7 @@ public class MatchExtensionHelperTest {
     public void testProcessAllExtensions() {
 
         List<MatchEntry> matchEntries = createMatchEntrieses();
-        AugmentTuple augmentTuple = MatchExtensionHelper.processAllExtensions(matchEntries, OpenflowVersion.OF13,
+        AugmentTuple<?> augmentTuple = MatchExtensionHelper.processAllExtensions(matchEntries, OpenflowVersion.OF13,
                 MatchPath.FLOWS_STATISTICS_UPDATE_MATCH);
         assertNotNull(augmentTuple);