Remove useless UnsupportedOperationExceptions
[bgpcep.git] / rsvp / spi / src / main / java / org / opendaylight / protocol / rsvp / parser / spi / pojo / ServiceLoaderRSVPExtensionProviderContext.java
index 9f856247459555cb55f43f671a4b8792fa6bcfca..2477bb279965ca08d96e236003a13efe8a62ad04 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.rsvp.parser.spi.pojo;
 
 import java.util.ServiceLoader;
@@ -14,7 +13,7 @@ import org.opendaylight.protocol.rsvp.parser.spi.RSVPExtensionProviderContext;
 
 public final class ServiceLoaderRSVPExtensionProviderContext {
     private ServiceLoaderRSVPExtensionProviderContext() {
-        throw new UnsupportedOperationException();
+        // Hidden on purpose
     }
 
     public static RSVPExtensionProviderContext create() {