X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Fopenflowj%2Fsrc%2Fmain%2Fjava%2Forg%2Fopenflow%2Fprotocol%2Faction%2FOFActionTransportLayerSource.java;fp=third-party%2Fopenflowj%2Fsrc%2Fmain%2Fjava%2Forg%2Fopenflow%2Fprotocol%2Faction%2FOFActionTransportLayerSource.java;h=0000000000000000000000000000000000000000;hb=e1c04c5af263a9604a765f1ab98be51dfc51d8cb;hp=555d4d167f7cb696c0195b966c145fd26429bf28;hpb=a935ffda7f26be29de879a47b426d0db7a28d588;p=controller.git diff --git a/third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionTransportLayerSource.java b/third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionTransportLayerSource.java deleted file mode 100644 index 555d4d167f..0000000000 --- a/third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionTransportLayerSource.java +++ /dev/null @@ -1,13 +0,0 @@ -package org.openflow.protocol.action; - -/** - * - * @author David Erickson (daviderickson@cs.stanford.edu) - */ -public class OFActionTransportLayerSource extends OFActionTransportLayer { - public OFActionTransportLayerSource() { - super(); - super.setType(OFActionType.SET_TP_SRC); - super.setLength((short) OFActionTransportLayer.MINIMUM_LENGTH); - } -}