Refactor ForwardingRulesmanager
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / action / Loopback.java
index b930eecacc6744948dddb1fb84a8f5e5802e3358..05682c3e8f5d57ed1d02cc9423cec97534fa6455 100644 (file)
@@ -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;