Remove useless UnsupportedOperationExceptions
[bgpcep.git] / bmp / bmp-impl / src / main / java / org / opendaylight / protocol / bmp / impl / app / KeyConstructorUtil.java
index 5d32d7c336d1f628c5b46be508d1ea8b766b9621..9da1a855ab27b5906ab9c9bf092b4ac26fbfd880 100644 (file)
@@ -16,9 +16,8 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.moni
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.rfc2385.cfg.rev160324.Rfc2385Key;
 
 public final class KeyConstructorUtil {
-
     private KeyConstructorUtil() {
-        throw new UnsupportedOperationException();
+        // Hidden on purpose
     }
 
     public static KeyMapping constructKeys(final List<MonitoredRouter> mrs) {