Fix odlparent-3-detected checkstyle issues
[yangtools.git] / common / util / src / main / java / org / opendaylight / yangtools / util / xml / UntrustedXML.java
index 8619875c2a67728e9c4d42f48dc5f8295abb391e..669715bd731eb224a23708b09f8add11b43f4e19 100644 (file)
@@ -86,6 +86,9 @@ public final class UntrustedXML {
         XIF = f;
     }
 
+    private UntrustedXML() {
+        throw new UnsupportedOperationException();
+    }
 
     /**
      * Create a new {@link DocumentBuilder} for dealing with untrusted XML data. This method is equivalent to