Remove useless UnsupportedOperationExceptions
[bgpcep.git] / bmp / bmp-impl / src / main / java / org / opendaylight / protocol / bmp / impl / BmpDispatcherUtil.java
index 3b3341b348f5fab7fe3bc8577199f4fc60649438..bb31c0914ca389140f5ddde0225d3718de8862e3 100644 (file)
@@ -5,7 +5,6 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.protocol.bmp.impl;
 
 import io.netty.bootstrap.Bootstrap;
@@ -33,7 +32,7 @@ public final class BmpDispatcherUtil {
     private static final int MAX_CONNECTIONS_COUNT = 128;
 
     private BmpDispatcherUtil() {
-        throw new UnsupportedOperationException();
+        // Hidden on purpose
     }
 
     public static ChannelInitializer<AbstractChannel> createChannelWithDecoder(