HashUtils are not used anymore
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / registry / flow / FlowRegistryKey.java
index 437faede7fa5755974e75722c8b0b079e53bd9c7..9460552a438edc2f0d08199c5ec1c952dafeda65 100644 (file)
@@ -16,12 +16,11 @@ import java.math.BigInteger;
  */
 public interface FlowRegistryKey {
 
-    long getFlowHash();
-
     short getTableId();
 
     int getPriority();
 
     BigInteger getCookie();
 
+
 }