X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Faction%2FLoopback.java;h=05682c3e8f5d57ed1d02cc9423cec97534fa6455;hb=432ddf481f3bb6c297b1353f76a797fc9ef0e454;hp=b930eecacc6744948dddb1fb84a8f5e5802e3358;hpb=e2ac8294fb64f05cc6bef9c01c27ba8439fe0e3a;p=controller.git diff --git a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/action/Loopback.java b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/action/Loopback.java index b930eecacc..05682c3e8f 100644 --- a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/action/Loopback.java +++ b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/action/Loopback.java @@ -1,4 +1,3 @@ - /* * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. * @@ -15,14 +14,11 @@ import javax.xml.bind.annotation.XmlRootElement; /** * Represents the action of looping the packet back the port it came in from - * - * - * */ @XmlRootElement @XmlAccessorType(XmlAccessType.NONE) - public class Loopback extends Action { + private static final long serialVersionUID = 1L; public Loopback() { type = ActionType.LOOPBACK;