Merge "Bug 6110: Fixed bugs in statistics manager due to race condition." into stable...
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / util / SimpleComparator.java
index 55583e9c54dd88e2e0566fad17253534c4ac4d02..dfcea9b27739d945dd8c2b84c7e206761a331977 100644 (file)
@@ -10,6 +10,6 @@ package org.opendaylight.openflowplugin.impl.util;
 
 public interface SimpleComparator<T> {
 
-    boolean areObjectsEqual(T obj1, T obj2);
+    boolean areObjectsEqual(short version, T obj1, T obj2);
 
-}
\ No newline at end of file
+}