blob: c6f4471c913815eb077154fd03554090ed2a21ed [file] [log] [blame]
package org.projectfloodlight.protocol.match;
import org.projectfloodlight.openflow.protocol.OFFactories;
import org.projectfloodlight.openflow.protocol.OFVersion;
public class MatchFieldIteration10Test extends MatchFieldIterationBase {
public MatchFieldIteration10Test() {
super(OFFactories.getFactory(OFVersion.OF_10));
}
}