Fix test identities
[openflowplugin.git] / openflowjava / openflow-protocol-api / src / test / java / org / opendaylight / openflowjava / protocol / api / keys / KeysTest.java
index 77905065f182605dc7c509b2ea4aedd16ea58ef1..0e393fbb0b22ec2e07e5d086e14af1827f7635ca 100644 (file)
@@ -81,7 +81,7 @@ public class KeysTest {
         Assert.assertEquals(matchKey.hashCode(), matchKey2.hashCode());
     }
 
-    private static class ExpSubType extends ExperimenterActionSubType {
+    private interface ExpSubType extends ExperimenterActionSubType {
         // empty class - only used in test for comparation
     }