Remove useless UnsupportedOperationExceptions
[bgpcep.git] / bgp / rib-spi / src / main / java / org / opendaylight / protocol / bgp / rib / spi / PeerRoleUtil.java
index 2569eda7b9acf241d9178693b40e766dabffd09f..f56967f44432a60aa6504b719d36de7c3e02cda2 100644 (file)
@@ -5,15 +5,13 @@
  * 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.bgp.rib.spi;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.PeerRole;
 
 public final class PeerRoleUtil {
-
     private PeerRoleUtil() {
-        throw new UnsupportedOperationException();
+        // Hidden on purpose
     }
 
     public static String roleForString(final PeerRole role) {