Add first integration test for the TopologyManager bundle
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / action / Action.java
index a1bf55ddaf54f519b22504eb0a18c2068216c03d..c1c38aa76c85412ea7db20848580e6b490e822fa 100644 (file)
@@ -8,18 +8,12 @@
 
 package org.opendaylight.controller.sal.action;
 
-import java.io.Serializable;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlTransient;
-
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+import javax.xml.bind.annotation.*;
+import java.io.Serializable;
+
 /**
  * Represents the generic action to be applied to the matched
  * frame/packet/message