Clean all unused and redundant imports in controller.
[controller.git] / opendaylight / northbound / bundlescanner / implementation / src / test / java / bundle_base / BasePerson.java
index 831d66b26d889cb95d574904304fca4383986b4c..2c6d7d358e84482cbd087f425135d18d7b8239dc 100644 (file)
@@ -1,10 +1,7 @@
 package bundle_base;
 
-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;
+
 
 @XmlRootElement
 public class BasePerson { }
\ No newline at end of file