Remove useless UnsupportedOperationException throws
[yangtools.git] / yang / yang-parser-rfc7950 / src / main / java / org / opendaylight / yangtools / yang / parser / rfc7950 / stmt / EffectiveStmtUtils.java
index 9f8787b32e5e9c4be5912a67408653c310b98c89..1c5af12b04b10f1552946294c02e11341300f4e3 100644 (file)
@@ -35,7 +35,7 @@ public final class EffectiveStmtUtils {
     private static final String UNBOUNDED_STR = "unbounded";
 
     private EffectiveStmtUtils() {
-        throw new UnsupportedOperationException("Utility class");
+        // Hidden on purpose
     }
 
     public static SourceException createNameCollisionSourceException(final StmtContext<?, ?, ?> ctx,