X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Faction%2FHwPath.java;fp=opendaylight%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Faction%2FHwPath.java;h=0000000000000000000000000000000000000000;hb=42c32160bfd41de57189bb246fec5ffb48ed8e9e;hp=3b11a7cbf0cd8c8e8685cf481e988be858e73f54;hpb=edf5bfcee83c750853253ccfd991ba7000f5f65b;p=controller.git diff --git a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/action/HwPath.java b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/action/HwPath.java deleted file mode 100644 index 3b11a7cbf0..0000000000 --- a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/action/HwPath.java +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License v1.0 which accompanies this distribution, - * and is available at http://www.eclipse.org/legal/epl-v10.html - */ - -package org.opendaylight.controller.sal.action; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; - -/** - * Represents the action of sending the packet to the local hardware path for - * processing - */ -@XmlRootElement -@XmlAccessorType(XmlAccessType.NONE) -public class HwPath extends Action { - private static final long serialVersionUID = 1L; - - public HwPath() { - type = ActionType.HW_PATH; - } -} \ No newline at end of file