Refactor ForwardingRulesmanager
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / action / Flood.java
index 4d2436b1bf85d62e118f041ec4f4d9abd4babfab..ca307e23c64d568e4f5e2b4d867b2a71a03beb63 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 flooding the packet out
- *
- *
- *
  */
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.NONE)
-
 public class Flood extends Action {
+    private static final long serialVersionUID = 1L;
 
     public Flood() {
         type = ActionType.FLOOD;