Refactor SubnetConfig
[controller.git] / opendaylight / northbound / subnets / src / main / java / org / opendaylight / controller / subnets / northbound / SubnetConfigs.java
index 224bb1483155acf1a670099e2503bc85e7fdefcc..31dd76faa52f4ed5c1ee07cbaa96960932d4ce73 100644 (file)
@@ -24,6 +24,7 @@ public class SubnetConfigs {
         @XmlElement
         List<SubnetConfig> subnetConfig;
         //To satisfy JAXB
+        @SuppressWarnings("unused")
         private SubnetConfigs() {
 
         }