Remove useless UnsupportedOperationException throws
[yangtools.git] / yang / yang-model-validator / src / main / java / org / opendaylight / yangtools / yang / validator / SystemTestUtils.java
index be14e7b3620b28e81f0ced317620fc14f467d54a..ee1694afb9c0e45d9c0187a676f19ca64c00ead6 100644 (file)
@@ -52,7 +52,7 @@ final class SystemTestUtils {
     }
 
     private SystemTestUtils() {
-        throw new UnsupportedOperationException();
+        // Hidden on purpose
     }
 
     static final FileFilter YANG_FILE_FILTER = file -> {