Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / rests / utils / PutDataTransactionUtil.java
index fe772b2d8f675b42e26db94160b12fcdbfe453fc..1d6d96083b59f967b8cd20202a525710f2c11abd 100644 (file)
@@ -53,6 +53,10 @@ import org.opendaylight.yangtools.yang.model.api.SchemaNode;
  */
 public final class PutDataTransactionUtil {
 
+    private PutDataTransactionUtil() {
+
+    }
+
     /**
      * Valid input data with {@link SchemaNode}.
      *