Remove useless UnsupportedOperationException throws
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / ImmutableNodes.java
index 28310400acea3bfd7692dc8547c14fc9863a4847..7ca386a8c4e674d07ec82d7e2b67af841d15c655 100644 (file)
@@ -41,7 +41,7 @@ public final class ImmutableNodes {
     private static final NodeIdentifier SCHEMACONTEXT_NAME = NodeIdentifier.create(SchemaContext.NAME);
 
     private ImmutableNodes() {
-        throw new UnsupportedOperationException("Utilities class should not be instantiated");
+        // Hidden on purpose
     }
 
     public static @NonNull CollectionNodeBuilder<MapEntryNode, MapNode> mapNodeBuilder() {