Prevent ConfigPusher from killing its thread
[controller.git] / opendaylight / md-sal / forwardingrules-manager / src / main / java / org / opendaylight / controller / frm / flow / FlowTransactionValidator.java
1 package org.opendaylight.controller.frm.flow;
2
3 public class FlowTransactionValidator {
4
5     public static void validate(FlowTransaction transaction) throws IllegalStateException {
6         // NOOP
7     }
8
9 }