GBP coexistence - OF renderer can remove only its own flows from node
[groupbasedpolicy.git] / renderers / ofoverlay / src / test / java / org / opendaylight / groupbasedpolicy / renderer / ofoverlay / MockPolicyManager.java
index 177872747cff25513f81fc7c54f1c9e9004987ec..0d414435d5e31f3fd70c1eaaca1e8f2f8fecde7e 100644 (file)
@@ -14,7 +14,7 @@ public class MockPolicyManager extends PolicyManager {
 
     private static short offSet = 0;
     public MockPolicyManager(EndpointManager endpointManager) {
-        super(null, null, endpointManager, null, null, offSet);
+        super(null, null, endpointManager, null, offSet);
     }
 
 }