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