Fix checkstyle
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / monitoring / NetconfState.java
index 6825f8dca47bb717b7394d38276486d6d9867c5d..c7bd7640081af2f3af53290fda778f2c7005648c 100644 (file)
@@ -27,7 +27,9 @@ public final class NetconfState {
         this.schemas = monitoringService.getSchemas();
     }
 
-    public NetconfState() {}
+    public NetconfState() {
+
+    }
 
     @XmlElementWrapper(name = "schemas")
     @XmlElement(name = "schema")