Fix checkstyle
[netconf.git] / netconf / netconf-util / src / main / java / org / opendaylight / netconf / util / NetconfUtil.java
index eb3613534a15bd31a411b670ed9a1e063a2ccd83..d47c86d10af5c76f179824d3372309f5c583b2cb 100644 (file)
@@ -40,7 +40,9 @@ public final class NetconfUtil {
         XML_FACTORY.setProperty(XMLOutputFactory.IS_REPAIRING_NAMESPACES, false);
     }
 
-    private NetconfUtil() {}
+    private NetconfUtil() {
+
+    }
 
     public static Document checkIsMessageOk(final Document response) throws DocumentedException {
         XmlElement element = XmlElement.fromDomDocument(response);