Merge "In o.o.c.switchmanager.SpanConfig, handle node connector string format correctly."
[controller.git] / opendaylight / northbound / bundlescanner / implementation / src / test / java / bundle_base / NonRelevantAnnotation.java
1 package bundle_base;
2
3 @Deprecated
4 public class NonRelevantAnnotation {
5
6 }