Merge "UI support for multiple host per port"
[controller.git] / opendaylight / northbound / bundlescanner / implementation / src / test / java / bundle_misc / Misc.java
1 package bundle_misc;
2 import javax.xml.bind.annotation.XmlRootElement;
3
4 @XmlRootElement
5 public class Misc {
6
7 }